Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pineapple-delight {
color: #f1e6a7;
}
.touch-of-green {
color: #d9e9d3;
}
.sea-cliff {
color: #a6c4e2;
}
.purple-hyacinth {
color: #6a8ebe;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pineapple-delight:#f1e6a7;
--touch-of-green:#d9e9d3;
--sea-cliff:#a6c4e2;
--purple-hyacinth:#6a8ebe;
}