Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d0a1;
}
.apricot-wash {
color: #f9a77b;
}
.breeze-of-chilli {
color: #f76e6e;
}
.purple-orchid {
color: #b14e8b;
}
.sweet-flag {
color: #6a3e8e;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d0a1;
--apricot-wash:#f9a77b;
--breeze-of-chilli:#f76e6e;
--purple-orchid:#b14e8b;
--sweet-flag:#6a3e8e;
}