Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3e5b89;
}
.slate-blue {
color: #5c7d99;
}
.chilly-blue {
color: #8aafc1;
}
.royal-gold-pearl {
color: #d1a54d;
}
.coral-orange {
color: #e86c4a;
}
/* CSS Variables */
:root {
--delft:#3e5b89;
--slate-blue:#5c7d99;
--chilly-blue:#8aafc1;
--royal-gold-pearl:#d1a54d;
--coral-orange:#e86c4a;
}