Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7f1a24;
}
.show-stopper {
color: #a32e34;
}
.strawberry-wine {
color: #c86a6d;
}
.strawberry-smoothie {
color: #e8a1a4;
}
.french-bustle {
color: #f2d4d4;
}
/* CSS Variables */
:root {
--seattle-red:#7f1a24;
--show-stopper:#a32e34;
--strawberry-wine:#c86a6d;
--strawberry-smoothie:#e8a1a4;
--french-bustle:#f2d4d4;
}