Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8dba;
}
.charter {
color: #6cb1d0;
}
.light-whimsy {
color: #98d0e7;
}
.folk-tales {
color: #a4c1b3;
}
.wildness-mint {
color: #5b9a65;
}
/* CSS Variables */
:root {
--boat-house:#4a8dba;
--charter:#6cb1d0;
--light-whimsy:#98d0e7;
--folk-tales:#a4c1b3;
--wildness-mint:#5b9a65;
}