Color names in this palette
CSS code for this palette
/* CSS */
.saturn {
color: #f9e4be;
}
.ginger-peach {
color: #f7d2a1;
}
.peach-velour {
color: #f5b58a;
}
.monarch-orange {
color: #f19f6f;
}
.topaz-yellow {
color: #e89a5e;
}
/* CSS Variables */
:root {
--saturn:#f9e4be;
--ginger-peach:#f7d2a1;
--peach-velour:#f5b58a;
--monarch-orange:#f19f6f;
--topaz-yellow:#e89a5e;
}