Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e5a4c3;
}
.pink-marshmallow {
color: #f1b6d2;
}
.laelia-pink {
color: #f8c9e1;
}
.banana-mania {
color: #fce7b0;
}
.honey-glow {
color: #e9b544;
}
/* CSS Variables */
:root {
--prettiest-pink:#e5a4c3;
--pink-marshmallow:#f1b6d2;
--laelia-pink:#f8c9e1;
--banana-mania:#fce7b0;
--honey-glow:#e9b544;
}