Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.australian-apricot {
color: #f5c5a3;
}
.peach-bud {
color: #f9b1ae;
}
.pastry {
color: #f7e0b6;
}
.french-lilac {
color: #e1b7d5;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--australian-apricot:#f5c5a3;
--peach-bud:#f9b1ae;
--pastry:#f7e0b6;
--french-lilac:#e1b7d5;
}