Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.cossack-dancer {
color: #4b8ca0;
}
.spearmint {
color: #68c4a3;
}
.tropical-light {
color: #a1d76a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--cossack-dancer:#4b8ca0;
--spearmint:#68c4a3;
--tropical-light:#a1d76a;
--creamy-sweet-corn:#f9c54e;
}