Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.beau-vert {
color: #0d5c63;
}
.buccaneer-blue {
color: #04598b;
}
.serene-blue {
color: #0e9bb4;
}
.may-day {
color: #4ccdc4;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--beau-vert:#0d5c63;
--buccaneer-blue:#04598b;
--serene-blue:#0e9bb4;
--may-day:#4ccdc4;
}