Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.template {
color: #a8c7e1;
}
.gumball {
color: #e5b3d3;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.mesa-rose {
color: #f1b6b1;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--template:#a8c7e1;
--gumball:#e5b3d3;
--enjoyable-yellow:#f6d6a7;
--mesa-rose:#f1b6b1;
}