Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.venetian-rose {
color: #f4c8e3;
}
.frozen-moss-green {
color: #b2e0ae;
}
.light-blue-glint {
color: #a8d4e1;
}
.lightly-lime {
color: #f1eba7;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--venetian-rose:#f4c8e3;
--frozen-moss-green:#b2e0ae;
--light-blue-glint:#a8d4e1;
--lightly-lime:#f1eba7;
}