Color names in this palette
CSS code for this palette
/* CSS */
.ballet {
color: #f6d5d5;
}
.duck-egg-cream {
color: #c6e1d2;
}
.promise-keeping {
color: #b1c6e7;
}
.pretty-petunia {
color: #d9b3e6;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--ballet:#f6d5d5;
--duck-egg-cream:#c6e1d2;
--promise-keeping:#b1c6e7;
--pretty-petunia:#d9b3e6;
--wildflower-bouquet:#ffb3b3;
}