Color names in this palette
CSS code for this palette
/* CSS */
.azalea {
color: #d93f63;
}
.strawberry-pink {
color: #f0707d;
}
.mandys-pink {
color: #f8b49b;
}
.september-sun {
color: #fcd6a1;
}
.lemon-chiffon-pie {
color: #fef9c3;
}
/* CSS Variables */
:root {
--azalea:#d93f63;
--strawberry-pink:#f0707d;
--mandys-pink:#f8b49b;
--september-sun:#fcd6a1;
--lemon-chiffon-pie:#fef9c3;
}