/* CSS */
.color-1 {
color: #F4DFB4;
}
.color-2 {
color: #F9E9C3;
}
.color-3 {
color: #F1C6A7;
}
.color-4 {
color: #E5A49F;
}
.color-5 {
color: #D78E9C;
}
/* CSS Variables */
:root {
--color-1: #F4DFB4;
--color-2: #F9E9C3;
--color-3: #F1C6A7;
--color-4: #E5A49F;
--color-5: #D78E9C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F4DFB4, #F9E9C3, #F1C6A7, #E5A49F, #D78E9C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F4DFB4, #F9E9C3, #F1C6A7, #E5A49F, #D78E9C);
}
Creamy Whispers color palette created on .