Color names in this palette
CSS code for this palette
/* CSS */
.thermal {
color: #3e4f51;
}
.cyprus-green {
color: #6a9a89;
}
.flower-stem {
color: #b4d8b1;
}
.bright-khaki {
color: #f0e78e;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--thermal:#3e4f51;
--cyprus-green:#6a9a89;
--flower-stem:#b4d8b1;
--bright-khaki:#f0e78e;
--shell-pink:#f77e7e;
}