Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6d8c;
}
.bluesy-note {
color: #7f9db8;
}
.sonata {
color: #aac7da;
}
.uninhibited {
color: #b6d2c7;
}
.zircon-ice {
color: #d0e5e6;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6d8c;
--bluesy-note:#7f9db8;
--sonata:#aac7da;
--uninhibited:#b6d2c7;
--zircon-ice:#d0e5e6;
}