Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.orange-grove {
color: #fcae8d;
}
.butterfield {
color: #f9c05d;
}
.french-vanilla {
color: #f1e2a7;
}
.french-pass {
color: #a3d3e0;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--orange-grove:#fcae8d;
--butterfield:#f9c05d;
--french-vanilla:#f1e2a7;
--french-pass:#a3d3e0;
}