Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b2d9e0;
}
.clear-vision {
color: #e4f1f6;
}
.bath-salt-green {
color: #b8e0d8;
}
.southern-belle {
color: #a5d5c5;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b2d9e0;
--clear-vision:#e4f1f6;
--bath-salt-green:#b8e0d8;
--southern-belle:#a5d5c5;
}