Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.coral-red {
color: #ff3d3d;
}
.cherished-one {
color: #ff8f8f;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.light-mint {
color: #b3ffb3;
}
/* CSS Variables */
:root {
--white:#ffffff;
--coral-red:#ff3d3d;
--cherished-one:#ff8f8f;
--wildflower-bouquet:#ffb3b3;
--light-mint:#b3ffb3;
}