Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #4db8ff;
}
.karimun-blue {
color: #1e8ef1;
}
.beautiful-blue {
color: #1b6bb6;
}
.olympian-blue {
color: #1a4a89;
}
.poseidon {
color: #0f3c61;
}
/* CSS Variables */
:root {
--hello-summer:#4db8ff;
--karimun-blue:#1e8ef1;
--beautiful-blue:#1b6bb6;
--olympian-blue:#1a4a89;
--poseidon:#0f3c61;
}