Color names in this palette
CSS code for this palette
/* CSS */
.blue-oyster-cult {
color: #4b7bec;
}
.windjammer {
color: #61a3e0;
}
.water-nymph {
color: #80d3e0;
}
.noodles {
color: #f8e1b4;
}
.spaghetti-strap-pink {
color: #f7a6d0;
}
/* CSS Variables */
:root {
--blue-oyster-cult:#4b7bec;
--windjammer:#61a3e0;
--water-nymph:#80d3e0;
--noodles:#f8e1b4;
--spaghetti-strap-pink:#f7a6d0;
}