Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.perfect-days {
color: #4fa1e8;
}
.carol {
color: #2a8eac;
}
.chill-of-the-night {
color: #1f6f8e;
}
.bright-midnight-blue {
color: #1b4d74;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--perfect-days:#4fa1e8;
--carol:#2a8eac;
--chill-of-the-night:#1f6f8e;
--bright-midnight-blue:#1b4d74;
}