Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84f3c;
}
.hot-orange {
color: #f4843e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.dingy-sticky-note {
color: #e9f5a3;
}
.north-wind {
color: #4cc0c8;
}
/* CSS Variables */
:root {
--painted-poppy:#c84f3c;
--hot-orange:#f4843e;
--creamy-sweet-corn:#f9c54e;
--dingy-sticky-note:#e9f5a3;
--north-wind:#4cc0c8;
}