Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.only-yesterday {
color: #f2d2ba;
}
.delicate-lace {
color: #f2e6d4;
}
.ice-cube {
color: #b0e3d6;
}
.boudoir-blue {
color: #7aa1d1;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--only-yesterday:#f2d2ba;
--delicate-lace:#f2e6d4;
--ice-cube:#b0e3d6;
--boudoir-blue:#7aa1d1;
}