Color names in this palette
CSS code for this palette
/* CSS */
.traditional-blue {
color: #1d688b;
}
.montego-bay {
color: #3cb3be;
}
.turquoise-sea {
color: #6cd4e4;
}
.luminescent-blue {
color: #a1dfe8;
}
.chef-s-hat {
color: #f2f6f7;
}
/* CSS Variables */
:root {
--traditional-blue:#1d688b;
--montego-bay:#3cb3be;
--turquoise-sea:#6cd4e4;
--luminescent-blue:#a1dfe8;
--chef-s-hat:#f2f6f7;
}