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