Color names in this palette
CSS code for this palette
/* CSS */
.airway {
color: #afc0d4;
}
.dyer-s-woad {
color: #799aaf;
}
.flounce {
color: #4c8c94;
}
.solar-power {
color: #f2b036;
}
.obstinate-orange {
color: #d75928;
}
/* CSS Variables */
:root {
--airway:#afc0d4;
--dyer-s-woad:#799aaf;
--flounce:#4c8c94;
--solar-power:#f2b036;
--obstinate-orange:#d75928;
}