Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a0e9de;
}
.ocean-in-a-bowl {
color: #69d8b9;
}
.hisui-kingfisher {
color: #38b28a;
}
.viridian {
color: #1a8e62;
}
.into-the-green {
color: #0b6a4c;
}
/* CSS Variables */
:root {
--everest:#a0e9de;
--ocean-in-a-bowl:#69d8b9;
--hisui-kingfisher:#38b28a;
--viridian:#1a8e62;
--into-the-green:#0b6a4c;
}