Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.avid-apricot {
color: #f3c5a0;
}
.hip-hop {
color: #e5eaa4;
}
.frugal {
color: #a4dab1;
}
.c-est-la-vie {
color: #80bbe5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--avid-apricot:#f3c5a0;
--hip-hop:#e5eaa4;
--frugal:#a4dab1;
--c-est-la-vie:#80bbe5;
}