Color names in this palette
CSS code for this palette
/* CSS */
.coral-gold {
color: #d16b4d;
}
.apricot-jam {
color: #f2a56e;
}
.sunday-afternoon {
color: #f4c47b;
}
.buttery-croissant {
color: #f8e19b;
}
.gentle-glow {
color: #f7e6bb;
}
/* CSS Variables */
:root {
--coral-gold:#d16b4d;
--apricot-jam:#f2a56e;
--sunday-afternoon:#f4c47b;
--buttery-croissant:#f8e19b;
--gentle-glow:#f7e6bb;
}