Color names in this palette
CSS code for this palette
/* CSS */
.chickweed {
color: #d9e0e3;
}
.agua-fr-a {
color: #a1c4c9;
}
.folk-song {
color: #6a9da0;
}
.atlantic-wave {
color: #3e7879;
}
.delta-green {
color: #2d4c4e;
}
/* CSS Variables */
:root {
--chickweed:#d9e0e3;
--agua-fr-a:#a1c4c9;
--folk-song:#6a9da0;
--atlantic-wave:#3e7879;
--delta-green:#2d4c4e;
}