Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.french-bustle {
color: #f2d4d4;
}
.pretty-petunia {
color: #d1b3e0;
}
.radar {
color: #b8cae5;
}
.lake-breeze {
color: #afd4d4;
}
/* CSS Variables */
:root {
--white:#ffffff;
--french-bustle:#f2d4d4;
--pretty-petunia:#d1b3e0;
--radar:#b8cae5;
--lake-breeze:#afd4d4;
}