Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b4dae4;
}
.coastal-breeze {
color: #e0f7fa;
}
.atlantic-ocean {
color: #aad8e4;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b4dae4;
--coastal-breeze:#e0f7fa;
--atlantic-ocean:#aad8e4;
--regale-blue:#80b3d6;
}