Color names in this palette
CSS code for this palette
/* CSS */
.spanish-yellow {
color: #f5b214;
}
.gilded {
color: #f6d94c;
}
.buttery-croissant {
color: #f5e39e;
}
.iced-vovo {
color: #e0a3b5;
}
.galah {
color: #d2807f;
}
/* CSS Variables */
:root {
--spanish-yellow:#f5b214;
--gilded:#f6d94c;
--buttery-croissant:#f5e39e;
--iced-vovo:#e0a3b5;
--galah:#d2807f;
}