Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1e8bbe;
}
.lake-thun {
color: #4dc2e0;
}
.deep-aquamarine {
color: #7dd9e3;
}
.sorreno-lemon {
color: #f1d35b;
}
.lush-honeycomb {
color: #f9a71a;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1e8bbe;
--lake-thun:#4dc2e0;
--deep-aquamarine:#7dd9e3;
--sorreno-lemon:#f1d35b;
--lush-honeycomb:#f9a71a;
}