Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f2d75f;
}
.templar-s-gold {
color: #f4e48a;
}
.buttery-croissant {
color: #f6e39d;
}
.pasta {
color: #f8e1af;
}
.ginger-peach {
color: #f9d29f;
}
/* CSS Variables */
:root {
--salmon-eggs:#f2d75f;
--templar-s-gold:#f4e48a;
--buttery-croissant:#f6e39d;
--pasta:#f8e1af;
--ginger-peach:#f9d29f;
}