Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f9c99f;
}
.plum-blossom {
color: #f2a1a2;
}
.zany-pink {
color: #e97782;
}
.pink-flambe {
color: #d64c7a;
}
.hibiscus {
color: #b72a6e;
}
/* CSS Variables */
:root {
--chai-latte:#f9c99f;
--plum-blossom:#f2a1a2;
--zany-pink:#e97782;
--pink-flambe:#d64c7a;
--hibiscus:#b72a6e;
}