Color names in this palette
CSS code for this palette
/* CSS */
.casting-sea {
color: #4a87c4;
}
.norfolk-sky {
color: #6eb3e7;
}
.long-island-sound {
color: #90d2f9;
}
.arctic-paradise {
color: #b9e6f9;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--casting-sea:#4a87c4;
--norfolk-sky:#6eb3e7;
--long-island-sound:#90d2f9;
--arctic-paradise:#b9e6f9;
--coastal-breeze:#e0f7fa;
}