Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3e69;
}
.calypso {
color: #3c6f8b;
}
.mont-blanc {
color: #9ab2d6;
}
.optimist-gold {
color: #e6aa51;
}
.mod-orange {
color: #d7543c;
}
/* CSS Variables */
:root {
--lucidity:#1b3e69;
--calypso:#3c6f8b;
--mont-blanc:#9ab2d6;
--optimist-gold:#e6aa51;
--mod-orange:#d7543c;
}