Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.allspice {
color: #f9c9a9;
}
.sugar-cookie {
color: #f3e3a5;
}
.cactus-spike {
color: #c3e0a3;
}
.terrace-pool {
color: #9edae0;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--allspice:#f9c9a9;
--sugar-cookie:#f3e3a5;
--cactus-spike:#c3e0a3;
--terrace-pool:#9edae0;
}