Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1d408c;
}
.ashton-blue {
color: #4b7bb9;
}
.aero {
color: #7bb9e5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1d408c;
--ashton-blue:#4b7bb9;
--aero:#7bb9e5;
--solar-plexus-chakra:#f1c84b;
--mandarin-red:#e74d3c;
}