Color names in this palette
CSS code for this palette
/* CSS */
.dusty-orange {
color: #d96e4a;
}
.inventive-orange {
color: #e4a06c;
}
.cornsilk-yellow {
color: #f2c66e;
}
.bilious-green {
color: #a7d86e;
}
.young-bamboo {
color: #6dba8b;
}
/* CSS Variables */
:root {
--dusty-orange:#d96e4a;
--inventive-orange:#e4a06c;
--cornsilk-yellow:#f2c66e;
--bilious-green:#a7d86e;
--young-bamboo:#6dba8b;
}