Color names in this palette
CSS code for this palette
/* CSS */
.vino-tinto {
color: #4c1f20;
}
.spring-lobster-brown {
color: #6f2a2f;
}
.regal-red {
color: #9c494f;
}
.art-house-pink {
color: #c56f6d;
}
.coral-fountain {
color: #e5a6a4;
}
/* CSS Variables */
:root {
--vino-tinto:#4c1f20;
--spring-lobster-brown:#6f2a2f;
--regal-red:#9c494f;
--art-house-pink:#c56f6d;
--coral-fountain:#e5a6a4;
}