Color names in this palette
CSS code for this palette
/* CSS */
.sail-away {
color: #57b3e5;
}
.pink-fit {
color: #f5a8b0;
}
.banana-yogurt {
color: #f9e8b4;
}
.pale-purple {
color: #b58dd8;
}
.young-green-onion {
color: #a2d058;
}
/* CSS Variables */
:root {
--sail-away:#57b3e5;
--pink-fit:#f5a8b0;
--banana-yogurt:#f9e8b4;
--pale-purple:#b58dd8;
--young-green-onion:#a2d058;
}