Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.boat-house {
color: #4b8abe;
}
.maiden-voyage {
color: #89c8d1;
}
.buttercup-yellow {
color: #e3c0a5;
}
.mystic-tulip {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--boat-house:#4b8abe;
--maiden-voyage:#89c8d1;
--buttercup-yellow:#e3c0a5;
--mystic-tulip:#f7b5a1;
}