Color names in this palette
CSS code for this palette
/* CSS */
.woven-raffia {
color: #f2dfc0;
}
.pyramid-gold {
color: #e5b371;
}
.caramelize {
color: #d48a3a;
}
.solar-ash {
color: #c96a1d;
}
.hamburger {
color: #a74d2a;
}
/* CSS Variables */
:root {
--woven-raffia:#f2dfc0;
--pyramid-gold:#e5b371;
--caramelize:#d48a3a;
--solar-ash:#c96a1d;
--hamburger:#a74d2a;
}