Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-dam {
color: #a1c6d4;
}
.sweet-sheba {
color: #f0baa8;
}
.sweet-taffy {
color: #eab8d2;
}
.butter-muffin {
color: #f8dfb4;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-dam:#a1c6d4;
--sweet-sheba:#f0baa8;
--sweet-taffy:#eab8d2;
--butter-muffin:#f8dfb4;
}