Color names in this palette
CSS code for this palette
/* CSS */
.berry-boost {
color: #b6588c;
}
.love-at-first-sight {
color: #e7a2b3;
}
.april-blush {
color: #f5d1d8;
}
.noodles {
color: #f9e2b4;
}
.laser {
color: #c9a95e;
}
/* CSS Variables */
:root {
--berry-boost:#b6588c;
--love-at-first-sight:#e7a2b3;
--april-blush:#f5d1d8;
--noodles:#f9e2b4;
--laser:#c9a95e;
}