Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.seacrest {
color: #b9c9a6;
}
.d-paysement {
color: #e5d8c8;
}
.milky-maize {
color: #f6d9a2;
}
.mystic-tulip {
color: #f5b6a3;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--seacrest:#b9c9a6;
--d-paysement:#e5d8c8;
--milky-maize:#f6d9a2;
--mystic-tulip:#f5b6a3;
}