Color names in this palette
CSS code for this palette
/* CSS */
.skink-blue {
color: #5bc0d2;
}
.casablanca {
color: #f1b350;
}
.pink-explosion {
color: #f76e8b;
}
.glitter-yellow {
color: #f9d75d;
}
.fuchsite-green {
color: #5b806e;
}
/* CSS Variables */
:root {
--skink-blue:#5bc0d2;
--casablanca:#f1b350;
--pink-explosion:#f76e8b;
--glitter-yellow:#f9d75d;
--fuchsite-green:#5b806e;
}