Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d74c2d;
}
.egyptian-gold {
color: #f0a44c;
}
.honey-glaze {
color: #ffda75;
}
.sweet-dreams {
color: #98c8e7;
}
.delft {
color: #3f5d8d;
}
/* CSS Variables */
:root {
--spicy-orange:#d74c2d;
--egyptian-gold:#f0a44c;
--honey-glaze:#ffda75;
--sweet-dreams:#98c8e7;
--delft:#3f5d8d;
}