Color names in this palette
CSS code for this palette
/* CSS */
.blue-carpenter-bee {
color: #9ed0e5;
}
.cruise {
color: #b4e4d6;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.love-spell {
color: #f8b4c4;
}
.strawberry-pink {
color: #f26e7d;
}
/* CSS Variables */
:root {
--blue-carpenter-bee:#9ed0e5;
--cruise:#b4e4d6;
--lemon-ice-yellow:#f7e2a6;
--love-spell:#f8b4c4;
--strawberry-pink:#f26e7d;
}