Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c8;
}
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.last-of-lettuce {
color: #a7d96d;
}
.summer-turquoise-blue {
color: #4b9daa;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c8;
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--last-of-lettuce:#a7d96d;
--summer-turquoise-blue:#4b9daa;
}