Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.calla {
color: #f2e1b5;
}
.peach-temptation {
color: #f3c5b4;
}
.menthol-kiss {
color: #a2e2d5;
}
.eau-de-rose {
color: #e1b7d0;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--calla:#f2e1b5;
--peach-temptation:#f3c5b4;
--menthol-kiss:#a2e2d5;
--eau-de-rose:#e1b7d0;
}