Color names in this palette
CSS code for this palette
/* CSS */
.twinkle {
color: #afc4d4;
}
.chefchaouen-blue {
color: #a3d1e6;
}
.petit-four {
color: #80bed1;
}
.blue-grotto {
color: #4ca3c8;
}
.celestial {
color: #007994;
}
/* CSS Variables */
:root {
--twinkle:#afc4d4;
--chefchaouen-blue:#a3d1e6;
--petit-four:#80bed1;
--blue-grotto:#4ca3c8;
--celestial:#007994;
}