Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.boat-house {
color: #4b8cbe;
}
.malibu {
color: #6ab8e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--boat-house:#4b8cbe;
--malibu:#6ab8e2;
--solar-plexus-chakra:#f1c84b;
--fiery-salmon:#f76969;
}