Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d4a5a1;
}
.gossamer-pink {
color: #f8c5c4;
}
.first-date {
color: #f2b1a1;
}
.almost-aloe {
color: #c6e9af;
}
.cyprus-green {
color: #699b8b;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d4a5a1;
--gossamer-pink:#f8c5c4;
--first-date:#f2b1a1;
--almost-aloe:#c6e9af;
--cyprus-green:#699b8b;
}