Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a9c9e5;
}
.break-the-ice {
color: #b2e0f0;
}
.mint-condition {
color: #def7f3;
}
.lightweight-beige {
color: #f6e5c6;
}
.first-date {
color: #f4b69f;
}
/* CSS Variables */
:root {
--template:#a9c9e5;
--break-the-ice:#b2e0f0;
--mint-condition:#def7f3;
--lightweight-beige:#f6e5c6;
--first-date:#f4b69f;
}