Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.azure-blue {
color: #4c94c8;
}
.lucea {
color: #7eb2e7;
}
.lighthouse-glow {
color: #f9d36c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--azure-blue:#4c94c8;
--lucea:#7eb2e7;
--lighthouse-glow:#f9d36c;
--breeze-of-chilli:#f76e6e;
}