Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.navagio-bay {
color: #3b8db0;
}
.squeaky {
color: #6ec1d8;
}
.everest {
color: #a3e6e4;
}
.lighthouse {
color: #f3f6f4;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--navagio-bay:#3b8db0;
--squeaky:#6ec1d8;
--everest:#a3e6e4;
--lighthouse:#f3f6f4;
}