Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.aviary-blue {
color: #c5e2e7;
}
.mint-condition {
color: #def7f5;
}
.warm-bread {
color: #f9e4d2;
}
.strawberry-confection {
color: #f4bec6;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--aviary-blue:#c5e2e7;
--mint-condition:#def7f5;
--warm-bread:#f9e4d2;
--strawberry-confection:#f4bec6;
}