Color names in this palette
CSS code for this palette
/* CSS */
.luminescent-blue {
color: #a1e1e8;
}
.summer-soft-blue {
color: #8fd6d1;
}
.florida-turquoise {
color: #6bb8b3;
}
.latigo-bay {
color: #3b9b95;
}
.jade-jewel {
color: #207c7e;
}
/* CSS Variables */
:root {
--luminescent-blue:#a1e1e8;
--summer-soft-blue:#8fd6d1;
--florida-turquoise:#6bb8b3;
--latigo-bay:#3b9b95;
--jade-jewel:#207c7e;
}