Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a7dae2;
}
.blue-grotto {
color: #51a4c8;
}
.devil-blue {
color: #2b7897;
}
.seafarer {
color: #1f4e61;
}
.black-box {
color: #0d2a30;
}
/* CSS Variables */
:root {
--winsome-hue:#a7dae2;
--blue-grotto:#51a4c8;
--devil-blue:#2b7897;
--seafarer:#1f4e61;
--black-box:#0d2a30;
}