Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.lime-bright {
color: #f3e3af;
}
.peach-damask {
color: #f9c6a4;
}
.embarrassment {
color: #f77878;
}
.feminine-fancy {
color: #c4a5d4;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--lime-bright:#f3e3af;
--peach-damask:#f9c6a4;
--embarrassment:#f77878;
--feminine-fancy:#c4a5d4;
}