Color names in this palette
CSS code for this palette
/* CSS */
.red-hot-mama {
color: #a51d2b;
}
.chewing-gum {
color: #e8b2b0;
}
.peach-and-quiet {
color: #ffcbb3;
}
.indian-saffron {
color: #ff9933;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--red-hot-mama:#a51d2b;
--chewing-gum:#e8b2b0;
--peach-and-quiet:#ffcbb3;
--indian-saffron:#ff9933;
--dodgeroll-gold:#f39c12;
}