Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.bone-white {
color: #f3e0af;
}
.chayote {
color: #c8e3c4;
}
.blue-carpenter-bee {
color: #9ecfe5;
}
.bell-blue {
color: #5e8a97;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--bone-white:#f3e0af;
--chayote:#c8e3c4;
--blue-carpenter-bee:#9ecfe5;
--bell-blue:#5e8a97;
}