Color names in this palette
CSS code for this palette
/* CSS */
.cruise {
color: #b2e0d6;
}
.light-blue-glint {
color: #a8d3e1;
}
.periwinkle-bud {
color: #b3c2e0;
}
.mental-floss {
color: #e0b3c2;
}
.pink-dogwood {
color: #f7cfd3;
}
/* CSS Variables */
:root {
--cruise:#b2e0d6;
--light-blue-glint:#a8d3e1;
--periwinkle-bud:#b3c2e0;
--mental-floss:#e0b3c2;
--pink-dogwood:#f7cfd3;
}