Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.lime-bright {
color: #f2e3b0;
}
.sunday-best {
color: #f9c8c8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--lime-bright:#f2e3b0;
--sunday-best:#f9c8c8;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
}