Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.phoenix-flames {
color: #ff9c1a;
}
.haba-ero-gold {
color: #ffcf3d;
}
.banana-milk {
color: #fff5a8;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--phoenix-flames:#ff9c1a;
--haba-ero-gold:#ffcf3d;
--banana-milk:#fff5a8;
--hot-aquarelle-pink:#ffb3e4;
}