Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.silver-strawberry {
color: #f1c1c0;
}
.birth-of-venus {
color: #f5ebc2;
}
.misty-lawn {
color: #def7de;
}
.ocean-cruise {
color: #9fd4df;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--silver-strawberry:#f1c1c0;
--birth-of-venus:#f5ebc2;
--misty-lawn:#def7de;
--ocean-cruise:#9fd4df;
}