Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.fresh-pineapple {
color: #f2d450;
}
.windsor-way {
color: #a2c7e7;
}
.enviable {
color: #4b9b3b;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--fresh-pineapple:#f2d450;
--windsor-way:#a2c7e7;
--enviable:#4b9b3b;
--sun-orange:#f47b1f;
}