Color names in this palette
CSS code for this palette
/* CSS */
.blue-fire {
color: #00a8e0;
}
.north-wind {
color: #44bfc5;
}
.ocean-in-a-bowl {
color: #6de3b8;
}
.lime-time {
color: #f0e738;
}
.fiery-glow {
color: #f24e1c;
}
/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--north-wind:#44bfc5;
--ocean-in-a-bowl:#6de3b8;
--lime-time:#f0e738;
--fiery-glow:#f24e1c;
}