/* CSS */
.color-1 {
color: #F7E3A1;
}
.color-2 {
color: #F9B6A9;
}
.color-3 {
color: #F8919F;
}
.color-4 {
color: #E278C4;
}
.color-5 {
color: #9E5ADD;
}
/* CSS Variables */
:root {
--color-1: #F7E3A1;
--color-2: #F9B6A9;
--color-3: #F8919F;
--color-4: #E278C4;
--color-5: #9E5ADD;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7E3A1, #F9B6A9, #F8919F, #E278C4, #9E5ADD);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7E3A1, #F9B6A9, #F8919F, #E278C4, #9E5ADD);
}Whimsical Retreat color palette created on .