Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.first-peach {
color: #f5c7c7;
}
.invigorating {
color: #f1e9b6;
}
.aloe-cream {
color: #dae9b9;
}
.aqua-spray {
color: #a5d9d9;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--first-peach:#f5c7c7;
--invigorating:#f1e9b6;
--aloe-cream:#dae9b9;
--aqua-spray:#a5d9d9;
}