Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f3a5a8;
}
.first-date {
color: #f4b69f;
}
.cactus-blooms {
color: #f5c79e;
}
.tequila {
color: #f6d2a7;
}
.vanilla-cream {
color: #f7e3ab;
}
/* CSS Variables */
:root {
--calabrese:#f3a5a8;
--first-date:#f4b69f;
--cactus-blooms:#f5c79e;
--tequila:#f6d2a7;
--vanilla-cream:#f7e3ab;
}