Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #e7b6d0;
}
.in-the-pink {
color: #f2c5d3;
}
.first-daughter {
color: #f8d3d8;
}
.song-of-summer {
color: #fce6b6;
}
.bee {
color: #f5b856;
}
/* CSS Variables */
:root {
--sweet-lilac:#e7b6d0;
--in-the-pink:#f2c5d3;
--first-daughter:#f8d3d8;
--song-of-summer:#fce6b6;
--bee:#f5b856;
}