Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.cuttlefish {
color: #7fbec3;
}
.blue-chill {
color: #3e8e8e;
}
.citrus-sachet {
color: #f1c6a7;
}
.sango-red {
color: #f26850;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--cuttlefish:#7fbec3;
--blue-chill:#3e8e8e;
--citrus-sachet:#f1c6a7;
--sango-red:#f26850;
}