Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.mesa-rose {
color: #f3b6af;
}
.honey-glaze {
color: #ffda75;
}
.apricot-gelato {
color: #f6d6b1;
}
.patina-green {
color: #b1e7b4;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--mesa-rose:#f3b6af;
--honey-glaze:#ffda75;
--apricot-gelato:#f6d6b1;
--patina-green:#b1e7b4;
}