Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c0;
}
.butter-cream {
color: #f1b341;
}
.pale-honey {
color: #f7d7ab;
}
.australium-gold {
color: #e6b33d;
}
.grenadier {
color: #c74938;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c0;
--butter-cream:#f1b341;
--pale-honey:#f7d7ab;
--australium-gold:#e6b33d;
--grenadier:#c74938;
}