Color names in this palette
CSS code for this palette
/* CSS */
.sea-glass-teal {
color: #a4e5d8;
}
.light-budgie-blue {
color: #a0d5e9;
}
.sanctuary-spa {
color: #6bb1e6;
}
.quiet-night {
color: #3d8db8;
}
.faience {
color: #296989;
}
/* CSS Variables */
:root {
--sea-glass-teal:#a4e5d8;
--light-budgie-blue:#a0d5e9;
--sanctuary-spa:#6bb1e6;
--quiet-night:#3d8db8;
--faience:#296989;
}