Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.lolly-ice {
color: #a4dad2;
}
.first-date {
color: #f4b3a4;
}
.banana-yogurt {
color: #f9e9b4;
}
.gumball {
color: #e5b3d0;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--lolly-ice:#a4dad2;
--first-date:#f4b3a4;
--banana-yogurt:#f9e9b4;
--gumball:#e5b3d0;
}