Color names in this palette
CSS code for this palette
/* CSS */
.southern-blue {
color: #3b5987;
}
.slate-blue {
color: #5c7b99;
}
.delaware-blue-hen {
color: #78a1a0;
}
.lime-lizard {
color: #a5d65c;
}
.candle-yellow {
color: #e3a06d;
}
/* CSS Variables */
:root {
--southern-blue:#3b5987;
--slate-blue:#5c7b99;
--delaware-blue-hen:#78a1a0;
--lime-lizard:#a5d65c;
--candle-yellow:#e3a06d;
}