Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.yellow-groove {
color: #f4b92f;
}
.frangipane {
color: #f6d5b1;
}
.bilious-green {
color: #a5d86f;
}
.aquatic-green {
color: #4c9a9a;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--yellow-groove:#f4b92f;
--frangipane:#f6d5b1;
--bilious-green:#a5d86f;
--aquatic-green:#4c9a9a;
}