Color names in this palette
CSS code for this palette
/* CSS */
.vivid-cerulean {
color: #00acf0;
}
.shocking-orange {
color: #ff6d1f;
}
.marigold-dust {
color: #f4cf3e;
}
.cool-aloe {
color: #a1d99b;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--vivid-cerulean:#00acf0;
--shocking-orange:#ff6d1f;
--marigold-dust:#f4cf3e;
--cool-aloe:#a1d99b;
--reddish-pink:#ff2e54;
}