Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.wickford-bay {
color: #4f6c92;
}
.bluesy-note {
color: #7d9bb5;
}
.two-harbours {
color: #bfd5e3;
}
.themeda-japonica {
color: #e5b03e;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--wickford-bay:#4f6c92;
--bluesy-note:#7d9bb5;
--two-harbours:#bfd5e3;
--themeda-japonica:#e5b03e;
}