Color names in this palette
CSS code for this palette
/* CSS */
.watercolour-sky {
color: #b6d8e7;
}
.blouson-blue {
color: #6ab8c8;
}
.waterfall {
color: #3cb9a0;
}
.kelly-green {
color: #37a05b;
}
.emerald-clear-green {
color: #4e8929;
}
/* CSS Variables */
:root {
--watercolour-sky:#b6d8e7;
--blouson-blue:#6ab8c8;
--waterfall:#3cb9a0;
--kelly-green:#37a05b;
--emerald-clear-green:#4e8929;
}