Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8c;
}
.boat-house {
color: #4a8cbf;
}
.winter-chime {
color: #85c3e0;
}
.majestic-treasures {
color: #f0e7a3;
}
.basketball {
color: #f46a2f;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8c;
--boat-house:#4a8cbf;
--winter-chime:#85c3e0;
--majestic-treasures:#f0e7a3;
--basketball:#f46a2f;
}