/* CSS */
.color-1 {
color: #F4E2C3;
}
.color-2 {
color: #D7A86A;
}
.color-3 {
color: #AF573C;
}
.color-4 {
color: #6D2C30;
}
.color-5 {
color: #3D1A22;
}
/* CSS Variables */
:root {
--color-1: #F4E2C3;
--color-2: #D7A86A;
--color-3: #AF573C;
--color-4: #6D2C30;
--color-5: #3D1A22;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F4E2C3, #D7A86A, #AF573C, #6D2C30, #3D1A22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F4E2C3, #D7A86A, #AF573C, #6D2C30, #3D1A22);
}
Heavenly Decadence color palette created on .