Color names in this palette
CSS code for this palette
/* CSS */
.z-rich-blue {
color: #208ccb;
}
.lake-thun {
color: #4cb9e1;
}
.deep-aquamarine {
color: #78d6e2;
}
.winter-escape {
color: #b5e7f2;
}
.coastal-breeze {
color: #e2f8fd;
}
/* CSS Variables */
:root {
--z-rich-blue:#208ccb;
--lake-thun:#4cb9e1;
--deep-aquamarine:#78d6e2;
--winter-escape:#b5e7f2;
--coastal-breeze:#e2f8fd;
}