Color names in this palette
CSS code for this palette
/* CSS */
.glowing-brake-disc {
color: #f03d49;
}
.shocking-orange {
color: #ff6d1f;
}
.sunset-glow {
color: #ffb62e;
}
.bitter-dandelion {
color: #6dcc3e;
}
.blue-iguana {
color: #4f9ccf;
}
/* CSS Variables */
:root {
--glowing-brake-disc:#f03d49;
--shocking-orange:#ff6d1f;
--sunset-glow:#ffb62e;
--bitter-dandelion:#6dcc3e;
--blue-iguana:#4f9ccf;
}