Color names in this palette
CSS code for this palette
/* CSS */
.flower-girl {
color: #f499b2;
}
.orange-daylily {
color: #e97c58;
}
.mom-s-pancake {
color: #f6c451;
}
.north-wind {
color: #4bc1c3;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--flower-girl:#f499b2;
--orange-daylily:#e97c58;
--mom-s-pancake:#f6c451;
--north-wind:#4bc1c3;
--snap-shot:#2b3d50;
}