/* CSS */
.color-1 {
color: #4D3D33;
}
.color-2 {
color: #5F4B3A;
}
.color-3 {
color: #D0AF8B;
}
.color-4 {
color: #E1AF7A;
}
.color-5 {
color: #E7C598;
}
/* CSS Variables */
:root {
--color-1: #4D3D33;
--color-2: #5F4B3A;
--color-3: #D0AF8B;
--color-4: #E1AF7A;
--color-5: #E7C598;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4D3D33, #5F4B3A, #D0AF8B, #E1AF7A, #E7C598);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4D3D33, #5F4B3A, #D0AF8B, #E1AF7A, #E7C598);
}Café Au Lait Dreams color palette created on .