Color names in this palette
CSS code for this palette
/* CSS */
.portuguese-blue {
color: #3c5a96;
}
.persian-jewel {
color: #6c7dbc;
}
.honest {
color: #9bb2e4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.raspberry-mousse {
color: #e06c8b;
}
/* CSS Variables */
:root {
--portuguese-blue:#3c5a96;
--persian-jewel:#6c7dbc;
--honest:#9bb2e4;
--solar-plexus-chakra:#f1c84b;
--raspberry-mousse:#e06c8b;
}