Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.aquatint {
color: #b8e5e0;
}
.pastel-jade {
color: #d3f3e0;
}
.peach-yellow {
color: #f9e0ae;
}
.nature-apricot {
color: #fbb8a2;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--aquatint:#b8e5e0;
--pastel-jade:#d3f3e0;
--peach-yellow:#f9e0ae;
--nature-apricot:#fbb8a2;
}