Color names in this palette
CSS code for this palette
/* CSS */
.opal-waters {
color: #b3c4d1;
}
.atlantic-ocean {
color: #a6d6e3;
}
.atlantic-gull {
color: #4b94af;
}
.3am-in-shibuya {
color: #1d5977;
}
.night-sky {
color: #292c33;
}
/* CSS Variables */
:root {
--opal-waters:#b3c4d1;
--atlantic-ocean:#a6d6e3;
--atlantic-gull:#4b94af;
--3am-in-shibuya:#1d5977;
--night-sky:#292c33;
}