Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c4a7;
}
.wisley-pink {
color: #f2a49c;
}
.monarch-orange {
color: #f2a36e;
}
.flame-seal {
color: #f2e15f;
}
.ride-off-into-the-sunset {
color: #f2d05f;
}
/* CSS Variables */
:root {
--peach-damask:#f6c4a7;
--wisley-pink:#f2a49c;
--monarch-orange:#f2a36e;
--flame-seal:#f2e15f;
--ride-off-into-the-sunset:#f2d05f;
}