Color names in this palette
CSS code for this palette
/* CSS */
.ruri-blue {
color: #274caa;
}
.skinny-jeans {
color: #5d8dfe;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.venetian-yellow {
color: #f8e5a0;
}
.halt-and-catch-fire {
color: #ff692e;
}
/* CSS Variables */
:root {
--ruri-blue:#274caa;
--skinny-jeans:#5d8dfe;
--solar-plexus-chakra:#f1cb4b;
--venetian-yellow:#f8e5a0;
--halt-and-catch-fire:#ff692e;
}