Color names in this palette
CSS code for this palette
/* CSS */
.almost-pink {
color: #f1e2da;
}
.apple-infusion {
color: #e0aebe;
}
.lilac-lace {
color: #c8a1d3;
}
.sea-cliff {
color: #a3c3e0;
}
.cerulean-frost {
color: #6b9bc2;
}
/* CSS Variables */
:root {
--almost-pink:#f1e2da;
--apple-infusion:#e0aebe;
--lilac-lace:#c8a1d3;
--sea-cliff:#a3c3e0;
--cerulean-frost:#6b9bc2;
}