Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.timeless-seafoam {
color: #b0e3e2;
}
.pink-grapefruit {
color: #f2bac7;
}
.florida-sunrise {
color: #f3a76d;
}
.summer-day {
color: #eaaf61;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--timeless-seafoam:#b0e3e2;
--pink-grapefruit:#f2bac7;
--florida-sunrise:#f3a76d;
--summer-day:#eaaf61;
}