Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1e808f;
}
.cave-lake {
color: #4eb7c1;
}
.island-paradise {
color: #90e3e9;
}
.water {
color: #d4f3f7;
}
.paris-green {
color: #4fbf80;
}
/* CSS Variables */
:root {
--pagoda-blue:#1e808f;
--cave-lake:#4eb7c1;
--island-paradise:#90e3e9;
--water:#d4f3f7;
--paris-green:#4fbf80;
}