Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.belize {
color: #7ed3d1;
}
.spinnaker {
color: #a3e0df;
}
.peaceful-rain {
color: #f1f9f5;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--belize:#7ed3d1;
--spinnaker:#a3e0df;
--peaceful-rain:#f1f9f5;
--soviet-gold:#ffd900;
}