Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.cossack-dancer {
color: #4f8ca1;
}
.lime-lizard {
color: #a3d55d;
}
.lemonade-stand {
color: #f6c73c;
}
.sohi-red {
color: #e65f3d;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--cossack-dancer:#4f8ca1;
--lime-lizard:#a3d55d;
--lemonade-stand:#f6c73c;
--sohi-red:#e65f3d;
}