Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d84a31;
}
.california {
color: #e78c36;
}
.maximum-yellow-red {
color: #f0b74c;
}
.cake-dough {
color: #fce1a6;
}
.blank-canvas {
color: #ffeed6;
}
/* CSS Variables */
:root {
--spicy-orange:#d84a31;
--california:#e78c36;
--maximum-yellow-red:#f0b74c;
--cake-dough:#fce1a6;
--blank-canvas:#ffeed6;
}