Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.rainy-lake {
color: #3c698b;
}
.sanctuary-spa {
color: #68aee3;
}
.english-daisy {
color: #ffcb47;
}
.sweet-pimento {
color: #ff6242;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--rainy-lake:#3c698b;
--sanctuary-spa:#68aee3;
--english-daisy:#ffcb47;
--sweet-pimento:#ff6242;
}