Color names in this palette
CSS code for this palette
/* CSS */
.banana-yogurt {
color: #f9e8b4;
}
.vintage-orange {
color: #ffb05c;
}
.shocking-orange {
color: #ff6d1f;
}
.tropical-smoothie {
color: #c5596b;
}
.grant-village {
color: #6d8fb0;
}
/* CSS Variables */
:root {
--banana-yogurt:#f9e8b4;
--vintage-orange:#ffb05c;
--shocking-orange:#ff6d1f;
--tropical-smoothie:#c5596b;
--grant-village:#6d8fb0;
}