Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.denim-light {
color: #b7cad7;
}
.steamy-spring {
color: #b3d0c4;
}
.majestic-treasures {
color: #f2e7a1;
}
.mystic-tulip {
color: #f9b49f;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--denim-light:#b7cad7;
--steamy-spring:#b3d0c4;
--majestic-treasures:#f2e7a1;
--mystic-tulip:#f9b49f;
}