Color names in this palette
CSS code for this palette
/* CSS */
.milky-way {
color: #e8f4f8;
}
.minified-blue {
color: #b4d9e9;
}
.dreaming-blue {
color: #8dc1d8;
}
.finnish-fiord {
color: #5fafbf;
}
.scooter {
color: #2a8ca7;
}
/* CSS Variables */
:root {
--milky-way:#e8f4f8;
--minified-blue:#b4d9e9;
--dreaming-blue:#8dc1d8;
--finnish-fiord:#5fafbf;
--scooter:#2a8ca7;
}