Color names in this palette
CSS code for this palette
/* CSS */
.aqua-frost {
color: #a9d3d6;
}
.fine-blue {
color: #b4e4e0;
}
.let-it-snow {
color: #d7f4f2;
}
.medici-ivory {
color: #f4e8d7;
}
.citrus-sachet {
color: #f6c9a7;
}
/* CSS Variables */
:root {
--aqua-frost:#a9d3d6;
--fine-blue:#b4e4e0;
--let-it-snow:#d7f4f2;
--medici-ivory:#f4e8d7;
--citrus-sachet:#f6c9a7;
}