Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3e5a8e;
}
.blue-plate {
color: #5c7d9d;
}
.lagoon-blue {
color: #7da6b0;
}
.southern-belle {
color: #a5d5c5;
}
.citrus-honey {
color: #f4b96c;
}
/* CSS Variables */
:root {
--delft:#3e5a8e;
--blue-plate:#5c7d9d;
--lagoon-blue:#7da6b0;
--southern-belle:#a5d5c5;
--citrus-honey:#f4b96c;
}