Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.old-flame {
color: #f4b8b8;
}
.mouse-nose {
color: #fee6b4;
}
.peach-damask {
color: #f7c6a6;
}
.lilac-sachet {
color: #a8b7d7;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--old-flame:#f4b8b8;
--mouse-nose:#fee6b4;
--peach-damask:#f7c6a6;
--lilac-sachet:#a8b7d7;
}