Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.expressionism-green {
color: #5abf9a;
}
.saffron {
color: #f6c72c;
}
.sohi-red {
color: #e75b3c;
}
.pink-carnation {
color: #f27d9c;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--expressionism-green:#5abf9a;
--saffron:#f6c72c;
--sohi-red:#e75b3c;
--pink-carnation:#f27d9c;
}