Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.hippie-blue {
color: #498c9c;
}
.riverside-blue {
color: #6db3c5;
}
.plunging-waterfall {
color: #8fd4e0;
}
.child-of-light {
color: #eef4f6;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--hippie-blue:#498c9c;
--riverside-blue:#6db3c5;
--plunging-waterfall:#8fd4e0;
--child-of-light:#eef4f6;
}