Color names in this palette
CSS code for this palette
/* CSS */
.light-red {
color: #ff8080;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.creamy-lemon {
color: #fff4b3;
}
.light-mint {
color: #b3ffb3;
}
.ice-cold-stare {
color: #b3d1ff;
}
/* CSS Variables */
:root {
--light-red:#ff8080;
--wildflower-bouquet:#ffb3b3;
--creamy-lemon:#fff4b3;
--light-mint:#b3ffb3;
--ice-cold-stare:#b3d1ff;
}