Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3e5b;
}
.valley-of-glaciers {
color: #2c7c9b;
}
.miami-teal {
color: #6bc2af;
}
.radiant-sun {
color: #f0d04c;
}
.fiery-glow {
color: #f24e1c;
}
/* CSS Variables */
:root {
--regal-blue:#1f3e5b;
--valley-of-glaciers:#2c7c9b;
--miami-teal:#6bc2af;
--radiant-sun:#f0d04c;
--fiery-glow:#f24e1c;
}