Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.frozen-moss-green {
color: #afe0ae;
}
.buttery-croissant {
color: #f2e29c;
}
.mystic-tulip {
color: #f6b7a2;
}
.smoked-salmon {
color: #f77c73;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--frozen-moss-green:#afe0ae;
--buttery-croissant:#f2e29c;
--mystic-tulip:#f6b7a2;
--smoked-salmon:#f77c73;
}