Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.bright-eggplant {
color: #5e4b8b;
}
.cinnamon-stone {
color: #c8513c;
}
.phellodendron-amurense {
color: #f5bf38;
}
.willowside {
color: #f3f2e8;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--bright-eggplant:#5e4b8b;
--cinnamon-stone:#c8513c;
--phellodendron-amurense:#f5bf38;
--willowside:#f3f2e8;
}