Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.petrichor {
color: #66cccc;
}
.mint-twist {
color: #99ccbb;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--petrichor:#66cccc;
--mint-twist:#99ccbb;
--wildflower-bouquet:#ffb3b3;
--grapefruit-pulp:#ff6e61;
}