Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-blonde {
color: #ffdbdb;
}
.lusty-gallant {
color: #ffcccc;
}
.peach-scone {
color: #ffbdbd;
}
.cornflower-lilac {
color: #ffadad;
}
.rubber-radish {
color: #ff9999;
}
/* CSS Variables */
:root {
--strawberry-blonde:#ffdbdb;
--lusty-gallant:#ffcccc;
--peach-scone:#ffbdbd;
--cornflower-lilac:#ffadad;
--rubber-radish:#ff9999;
}