Color names in this palette
CSS code for this palette
/* CSS */
.grenadier {
color: #c74938;
}
.spicy-orange {
color: #d74c2d;
}
.culpeo {
color: #e99d3a;
}
.soaked-in-sun {
color: #f9d362;
}
.blank-canvas {
color: #fef0d7;
}
/* CSS Variables */
:root {
--grenadier:#c74938;
--spicy-orange:#d74c2d;
--culpeo:#e99d3a;
--soaked-in-sun:#f9d362;
--blank-canvas:#fef0d7;
}