Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.new-clay {
color: #f1c2b6;
}
.chat-orange {
color: #f99f3e;
}
.river-of-gold {
color: #e6b65b;
}
.fruit-salad {
color: #4ba052;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--new-clay:#f1c2b6;
--chat-orange:#f99f3e;
--river-of-gold:#e6b65b;
--fruit-salad:#4ba052;
}