Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.bleached-aqua {
color: #b9e4e0;
}
.jaguar-rose {
color: #f0b2b6;
}
.sandalwood-beige {
color: #f1d1b1;
}
.flan {
color: #f7e1b6;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--bleached-aqua:#b9e4e0;
--jaguar-rose:#f0b2b6;
--sandalwood-beige:#f1d1b1;
--flan:#f7e1b6;
}