/* CSS */
.color-1 {
color: #E2D9CF;
}
.color-2 {
color: #F4E6D7;
}
.color-3 {
color: #F3F1EC;
}
.color-4 {
color: #EFD7E3;
}
.color-5 {
color: #D8CEE3;
}
/* CSS Variables */
:root {
--color-1: #E2D9CF;
--color-2: #F4E6D7;
--color-3: #F3F1EC;
--color-4: #EFD7E3;
--color-5: #D8CEE3;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E2D9CF, #F4E6D7, #F3F1EC, #EFD7E3, #D8CEE3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E2D9CF, #F4E6D7, #F3F1EC, #EFD7E3, #D8CEE3);
}
Pastoral Dreamscape color palette created on .