Color names in this palette
CSS code for this palette
/* CSS */
.blue-oyster-cult {
color: #4b7bec;
}
.greek-sea {
color: #6ba0e1;
}
.adrift-on-the-nile {
color: #8fb3e5;
}
.minified-blue {
color: #b3d8ea;
}
.wizard-white {
color: #e0f3ff;
}
/* CSS Variables */
:root {
--blue-oyster-cult:#4b7bec;
--greek-sea:#6ba0e1;
--adrift-on-the-nile:#8fb3e5;
--minified-blue:#b3d8ea;
--wizard-white:#e0f3ff;
}