Color names in this palette
CSS code for this palette
/* CSS */
.seacrest {
color: #b6c8a7;
}
.french-market {
color: #9fc6a3;
}
.storm-lightning {
color: #f9e59f;
}
.california-chamois {
color: #e6b96b;
}
.sweet-mandarin {
color: #d45e3a;
}
/* CSS Variables */
:root {
--seacrest:#b6c8a7;
--french-market:#9fc6a3;
--storm-lightning:#f9e59f;
--california-chamois:#e6b96b;
--sweet-mandarin:#d45e3a;
}