Color names in this palette
CSS code for this palette
/* CSS */
.diminished-blue {
color: #bddeeb;
}
.ocean-cruise {
color: #9fd3e0;
}
.after-the-rain {
color: #8bc8d0;
}
.gondolier {
color: #5bb2c8;
}
.norse-blue {
color: #3b9cbf;
}
/* CSS Variables */
:root {
--diminished-blue:#bddeeb;
--ocean-cruise:#9fd3e0;
--after-the-rain:#8bc8d0;
--gondolier:#5bb2c8;
--norse-blue:#3b9cbf;
}