Color names in this palette
CSS code for this palette
/* CSS */
.blue-oyster-cult {
color: #4b7bec;
}
.windjammer {
color: #5ba3e1;
}
.deluxe-days {
color: #90c8e4;
}
.gold-sand {
color: #f7e7a6;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--blue-oyster-cult:#4b7bec;
--windjammer:#5ba3e1;
--deluxe-days:#90c8e4;
--gold-sand:#f7e7a6;
--shrimp-cocktail:#f4a462;
}