Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.mint-cocktail-green {
color: #b7e2b1;
}
.fanlight {
color: #f3efaf;
}
.jaguar-rose {
color: #f1b1b8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--mint-cocktail-green:#b7e2b1;
--fanlight:#f3efaf;
--jaguar-rose:#f1b1b8;
--apricot-glazed-chicken:#f5a524;
}