Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7aea1;
}
.citrus-sachet {
color: #f1c6a7;
}
.fescue {
color: #a2d2a4;
}
.light-blue-glint {
color: #a9d3e0;
}
.dusty-turquoise {
color: #5a8a90;
}
/* CSS Variables */
:root {
--first-date:#f7aea1;
--citrus-sachet:#f1c6a7;
--fescue:#a2d2a4;
--light-blue-glint:#a9d3e0;
--dusty-turquoise:#5a8a90;
}