Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.sunrise {
color: #f0c17a;
}
.question-mark-block {
color: #f09b4c;
}
.field-poppy {
color: #d76d3c;
}
.beef-hotpot {
color: #a95d2d;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--sunrise:#f0c17a;
--question-mark-block:#f09b4c;
--field-poppy:#d76d3c;
--beef-hotpot:#a95d2d;
}