Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4c8eeb;
}
.verdant-oasis {
color: #6bcf68;
}
.banana-drama {
color: #f3d449;
}
.extreme-carrot {
color: #ff6d2e;
}
.glowing-brake-disc {
color: #ef4848;
}
/* CSS Variables */
:root {
--olympic-blue:#4c8eeb;
--verdant-oasis:#6bcf68;
--banana-drama:#f3d449;
--extreme-carrot:#ff6d2e;
--glowing-brake-disc:#ef4848;
}