Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f4cf3e;
}
.australium-gold {
color: #e6b63d;
}
.glitzy-gold {
color: #d69e2e;
}
.cool-cream-spirit {
color: #b67c35;
}
.boynton-canyon {
color: #a04e3b;
}
/* CSS Variables */
:root {
--marigold-dust:#f4cf3e;
--australium-gold:#e6b63d;
--glitzy-gold:#d69e2e;
--cool-cream-spirit:#b67c35;
--boynton-canyon:#a04e3b;
}