Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6d8c;
}
.lagoon-blue {
color: #81a1b6;
}
.moonlight-jade {
color: #c8e5e0;
}
.milky-maize {
color: #f7d6a1;
}
.dusty-orange {
color: #e06b4d;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6d8c;
--lagoon-blue:#81a1b6;
--moonlight-jade:#c8e5e0;
--milky-maize:#f7d6a1;
--dusty-orange:#e06b4d;
}