Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.b-dazzled-blue {
color: #2d598f;
}
.seabrook {
color: #4a7bb0;
}
.aero {
color: #7ebae7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--b-dazzled-blue:#2d598f;
--seabrook:#4a7bb0;
--aero:#7ebae7;
--solar-plexus-chakra:#f1c84b;
}