Color names in this palette
CSS code for this palette
/* CSS */
.hidden-waters {
color: #1f4d5c;
}
.larkspur {
color: #3a7b8d;
}
.gondolier {
color: #5eb0c5;
}
.middle-blue {
color: #82d4e3;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--hidden-waters:#1f4d5c;
--larkspur:#3a7b8d;
--gondolier:#5eb0c5;
--middle-blue:#82d4e3;
--floral-leaf:#ffb84d;
}