Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.light-budgie-blue {
color: #a1d5e8;
}
.tranquil-bay {
color: #75b4e1;
}
.quiet-night {
color: #3d8ebd;
}
.bright-midnight-blue {
color: #1a4d74;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--light-budgie-blue:#a1d5e8;
--tranquil-bay:#75b4e1;
--quiet-night:#3d8ebd;
--bright-midnight-blue:#1a4d74;
}