Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.frangipane {
color: #f5d4b2;
}
.hip-hop {
color: #e3eba8;
}
.green-trance {
color: #a1d69f;
}
.veranda-blue {
color: #65b3b2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--frangipane:#f5d4b2;
--hip-hop:#e3eba8;
--green-trance:#a1d69f;
--veranda-blue:#65b3b2;
}