Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d75c28;
}
.lemon-dream {
color: #f0a400;
}
.dandelion-yellow {
color: #f9d73e;
}
.pearl-bay {
color: #7ec5c8;
}
.rainy-lake {
color: #3c6a8b;
}
/* CSS Variables */
:root {
--obstinate-orange:#d75c28;
--lemon-dream:#f0a400;
--dandelion-yellow:#f9d73e;
--pearl-bay:#7ec5c8;
--rainy-lake:#3c6a8b;
}