Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-moon {
color: #3b8fab;
}
.shinbashi {
color: #5eb7c5;
}
.charlotte {
color: #a3e0e6;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-moon:#3b8fab;
--shinbashi:#5eb7c5;
--charlotte:#a3e0e6;
--lynx-white:#f6f8f8;
}