Color names in this palette
CSS code for this palette
/* CSS */
.not-a-cloud-in-sight {
color: #82c8d4;
}
.gondolier {
color: #5bb2c8;
}
.norse-blue {
color: #3b9bc4;
}
.prominent-blue {
color: #2e7aa3;
}
.seafarer {
color: #1d4d67;
}
/* CSS Variables */
:root {
--not-a-cloud-in-sight:#82c8d4;
--gondolier:#5bb2c8;
--norse-blue:#3b9bc4;
--prominent-blue:#2e7aa3;
--seafarer:#1d4d67;
}