Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7f1f2c;
}
.red-rock {
color: #a64e51;
}
.rosedust {
color: #d18d85;
}
.peach-damask {
color: #f9c6a9;
}
.pink-glitter {
color: #fbdfda;
}
/* CSS Variables */
:root {
--seattle-red:#7f1f2c;
--red-rock:#a64e51;
--rosedust:#d18d85;
--peach-damask:#f9c6a9;
--pink-glitter:#fbdfda;
}