Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #4cc1e1;
}
.everest {
color: #a1e3e1;
}
.precious-dewdrop {
color: #f4f8e2;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--lake-thun:#4cc1e1;
--everest:#a1e3e1;
--precious-dewdrop:#f4f8e2;
--enjoyable-yellow:#f6d5a7;
--black:#000000;
}