Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e8db8;
}
.lake-thun {
color: #4dc2e0;
}
.terrace-pool {
color: #a3d9e0;
}
.invigorating {
color: #f1e9b1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--hidden-springs:#1e8db8;
--lake-thun:#4dc2e0;
--terrace-pool:#a3d9e0;
--invigorating:#f1e9b1;
--welcoming-wasp:#f0a800;
}