Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.rustique {
color: #f5c2b2;
}
.friendly-yellow {
color: #f7e2b0;
}
.bleached-sunflower {
color: #f8e8a5;
}
.light-rose {
color: #f3d3d6;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--rustique:#f5c2b2;
--friendly-yellow:#f7e2b0;
--bleached-sunflower:#f8e8a5;
--light-rose:#f3d3d6;
}