Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.azure-blue {
color: #4b93c3;
}
.bliss-blue {
color: #7cc7e4;
}
.syndicalist {
color: #f5c400;
}
.plastic-carrot {
color: #f65f23;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--azure-blue:#4b93c3;
--bliss-blue:#7cc7e4;
--syndicalist:#f5c400;
--plastic-carrot:#f65f23;
}