Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.stomy-shower {
color: #0086b3;
}
.sea-creature {
color: #00566b;
}
.artist-blue {
color: #002f3d;
}
.kuretake-black-manga {
color: #00161a;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--stomy-shower:#0086b3;
--sea-creature:#00566b;
--artist-blue:#002f3d;
--kuretake-black-manga:#00161a;
}