Color names in this palette
CSS code for this palette
/* CSS */
.sea-sight {
color: #00799e;
}
.gondolier {
color: #5db3c6;
}
.terrace-pool {
color: #a3d7e0;
}
.welcoming-wasp {
color: #f0a800;
}
.watermelon {
color: #ff4d5b;
}
/* CSS Variables */
:root {
--sea-sight:#00799e;
--gondolier:#5db3c6;
--terrace-pool:#a3d7e0;
--welcoming-wasp:#f0a800;
--watermelon:#ff4d5b;
}