Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4b8b;
}
.blue-iguana {
color: #4e9ed0;
}
.sky-of-ocean {
color: #82cfe3;
}
.fizzy-peach {
color: #f5ba5b;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4b8b;
--blue-iguana:#4e9ed0;
--sky-of-ocean:#82cfe3;
--fizzy-peach:#f5ba5b;
--mandarin-red:#e8493b;
}