Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.boudoir-blue {
color: #79a6d2;
}
.boat-house {
color: #508cc3;
}
.blue-oasis {
color: #2b6c91;
}
.terror-from-the-deep {
color: #1b4b69;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--boudoir-blue:#79a6d2;
--boat-house:#508cc3;
--blue-oasis:#2b6c91;
--terror-from-the-deep:#1b4b69;
}