Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.phellodendron-amurense {
color: #f5bf38;
}
.flame-orange {
color: #f78c22;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--phellodendron-amurense:#f5bf38;
--flame-orange:#f78c22;
--poppy-red:#e63746;
}