Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.boat-house {
color: #4c8db8;
}
.horizon-haze {
color: #81bfdf;
}
.azure-sky {
color: #b2e7f5;
}
.laundry-white {
color: #f4f9f1;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--boat-house:#4c8db8;
--horizon-haze:#81bfdf;
--azure-sky:#b2e7f5;
--laundry-white:#f4f9f1;
}