Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.sunburst {
color: #f3b47c;
}
.balinese-sunset {
color: #f19f79;
}
.aphrodisiac {
color: #eb5c60;
}
.azalea {
color: #d83b5b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--sunburst:#f3b47c;
--balinese-sunset:#f19f79;
--aphrodisiac:#eb5c60;
--azalea:#d83b5b;
}