Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.dark-salmon {
color: #c75957;
}
.strawberry-smoothie {
color: #e8a1a4;
}
.redneck {
color: #f4d7d8;
}
.ivory-tower {
color: #f9f1f2;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--dark-salmon:#c75957;
--strawberry-smoothie:#e8a1a4;
--redneck:#f4d7d8;
--ivory-tower:#f9f1f2;
}