Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-mediterranean {
color: #1f7c9e;
}
.american-yellow {
color: #f0b400;
}
.syndicalist {
color: #f5c400;
}
.applesauce {
color: #f8d79b;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-mediterranean:#1f7c9e;
--american-yellow:#f0b400;
--syndicalist:#f5c400;
--applesauce:#f8d79b;
}