Color names in this palette
CSS code for this palette
/* CSS */
.marquisette {
color: #f5d69e;
}
.peach-quartz {
color: #f4b286;
}
.goku-orange {
color: #f27e36;
}
.sunset-blaze {
color: #e95d2b;
}
.burnt-ochre {
color: #ba4f2c;
}
/* CSS Variables */
:root {
--marquisette:#f5d69e;
--peach-quartz:#f4b286;
--goku-orange:#f27e36;
--sunset-blaze:#e95d2b;
--burnt-ochre:#ba4f2c;
}