Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.ginger-peach {
color: #f8d2a0;
}
.crunch {
color: #f3b75e;
}
.jaffa {
color: #e57c48;
}
.sweet-baby-rose {
color: #c2533d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--ginger-peach:#f8d2a0;
--crunch:#f3b75e;
--jaffa:#e57c48;
--sweet-baby-rose:#c2533d;
}