Color names in this palette
CSS code for this palette
/* CSS */
.summer-lake {
color: #0076a8;
}
.riviera-paradise {
color: #00999e;
}
.verditer {
color: #00bdad;
}
.lifeless-green {
color: #00e0b4;
}
.botanical-tint {
color: #a9e5d1;
}
/* CSS Variables */
:root {
--summer-lake:#0076a8;
--riviera-paradise:#00999e;
--verditer:#00bdad;
--lifeless-green:#00e0b4;
--botanical-tint:#a9e5d1;
}