Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.boat-house {
color: #4b8abe;
}
.windsor-way {
color: #a2c7e7;
}
.golden-blonde {
color: #efdf7b;
}
.mixed-fruit {
color: #f9b7b4;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--boat-house:#4b8abe;
--windsor-way:#a2c7e7;
--golden-blonde:#efdf7b;
--mixed-fruit:#f9b7b4;
}