Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.pressed-rose {
color: #f1a8a7;
}
.splash {
color: #f2d89c;
}
.banana-ice-cream {
color: #f1d2b1;
}
.appetite {
color: #b2e7b1;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--pressed-rose:#f1a8a7;
--splash:#f2d89c;
--banana-ice-cream:#f1d2b1;
--appetite:#b2e7b1;
}