Color names in this palette
CSS code for this palette
/* CSS */
.rumba-red {
color: #8c2c3e;
}
.indian-pink {
color: #b25c7d;
}
.prettiest-pink {
color: #e2a1c2;
}
.sundown {
color: #f3c9a0;
}
.trapunto {
color: #f6eab6;
}
/* CSS Variables */
:root {
--rumba-red:#8c2c3e;
--indian-pink:#b25c7d;
--prettiest-pink:#e2a1c2;
--sundown:#f3c9a0;
--trapunto:#f6eab6;
}