Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.bleached-aqua {
color: #b9e4e0;
}
.sweetheart {
color: #f1c6d8;
}
.coral-blossom {
color: #f9bda4;
}
.heatstroke {
color: #ff7a8a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--bleached-aqua:#b9e4e0;
--sweetheart:#f1c6d8;
--coral-blossom:#f9bda4;
--heatstroke:#ff7a8a;
}