Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e2a2c7;
}
.dahlia-delight {
color: #f8bfd3;
}
.flan {
color: #f6e2b6;
}
.in-good-taste {
color: #b4d7a3;
}
.glacier {
color: #7ab0c2;
}
/* CSS Variables */
:root {
--prettiest-pink:#e2a2c7;
--dahlia-delight:#f8bfd3;
--flan:#f6e2b6;
--in-good-taste:#b4d7a3;
--glacier:#7ab0c2;
}