Color names in this palette
CSS code for this palette
/* CSS */
.vino-tinto {
color: #4c1f20;
}
.spring-lobster-brown {
color: #6d2c2d;
}
.scarlet-past {
color: #a63a3c;
}
.strawberry-wine {
color: #c76b6d;
}
.perfect-pink {
color: #e2b1b2;
}
/* CSS Variables */
:root {
--vino-tinto:#4c1f20;
--spring-lobster-brown:#6d2c2d;
--scarlet-past:#a63a3c;
--strawberry-wine:#c76b6d;
--perfect-pink:#e2b1b2;
}