Color names in this palette
CSS code for this palette
/* CSS */
.sunglow-gecko {
color: #ffce47;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.ballet-slippers {
color: #f99fb1;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--sunglow-gecko:#ffce47;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--ballet-slippers:#f99fb1;
--hot-aquarelle-pink:#ffb3d9;
}