Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spearmint-burst {
color: #5abf8c;
}
.vanilla-pudding {
color: #f3e36d;
}
.candy-heart-pink {
color: #f7a1a3;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spearmint-burst:#5abf8c;
--vanilla-pudding:#f3e36d;
--candy-heart-pink:#f7a1a3;
--fire-island:#d94f3a;
}