Color names in this palette
CSS code for this palette
/* CSS */
.fairy-sparkles {
color: #b4e5f9;
}
.banana-biscuit {
color: #ffde7a;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.grapefruit {
color: #ff5c5c;
}
.cobalite {
color: #a58fff;
}
/* CSS Variables */
:root {
--fairy-sparkles:#b4e5f9;
--banana-biscuit:#ffde7a;
--fresh-cantaloupe:#ff9e66;
--grapefruit:#ff5c5c;
--cobalite:#a58fff;
}