Color names in this palette
CSS code for this palette
/* CSS */
.avid-apricot {
color: #f3c5a0;
}
.first-date {
color: #f3b0a0;
}
.vinaceous-cinnamon {
color: #f58a8d;
}
.camellia-rose {
color: #e64c6e;
}
.irresistible {
color: #b0456c;
}
/* CSS Variables */
:root {
--avid-apricot:#f3c5a0;
--first-date:#f3b0a0;
--vinaceous-cinnamon:#f58a8d;
--camellia-rose:#e64c6e;
--irresistible:#b0456c;
}