Color names in this palette
CSS code for this palette
/* CSS */
.tequila {
color: #f3d1a5;
}
.first-date {
color: #f6b2a2;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.hot-coral {
color: #f05c5c;
}
.x-marks-the-spot {
color: #e94949;
}
/* CSS Variables */
:root {
--tequila:#f3d1a5;
--first-date:#f6b2a2;
--vinaceous-cinnamon:#f78d8d;
--hot-coral:#f05c5c;
--x-marks-the-spot:#e94949;
}