Color names in this palette
CSS code for this palette
/* CSS */
.lees {
color: #4d1f25;
}
.spring-lobster-brown {
color: #6a2930;
}
.rialto {
color: #915054;
}
.rennie-s-rose {
color: #b77b86;
}
.strawberry-smoothie {
color: #e8a1a4;
}
/* CSS Variables */
:root {
--lees:#4d1f25;
--spring-lobster-brown:#6a2930;
--rialto:#915054;
--rennie-s-rose:#b77b86;
--strawberry-smoothie:#e8a1a4;
}