Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e0b1;
}
.ginger-peach {
color: #f7d0a1;
}
.peach-velour {
color: #f9b18b;
}
.apricot-preserves {
color: #efaf8f;
}
.magic-melon {
color: #e09b4d;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e0b1;
--ginger-peach:#f7d0a1;
--peach-velour:#f9b18b;
--apricot-preserves:#efaf8f;
--magic-melon:#e09b4d;
}