Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.daring-deception {
color: #f0e0e0;
}
.italian-fitch {
color: #d1c5e2;
}
.fine-blue {
color: #b7e1e1;
}
.serene-pink {
color: #f6c7b6;
}
/* CSS Variables */
:root {
--white:#ffffff;
--daring-deception:#f0e0e0;
--italian-fitch:#d1c5e2;
--fine-blue:#b7e1e1;
--serene-pink:#f6c7b6;
}