Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a2d8d1;
}
.keppel {
color: #5dbb9e;
}
.copper-turquoise {
color: #3a8d7d;
}
.terrestrial {
color: #276857;
}
.lacustral {
color: #1b504b;
}
/* CSS Variables */
:root {
--smooth-satin:#a2d8d1;
--keppel:#5dbb9e;
--copper-turquoise:#3a8d7d;
--terrestrial:#276857;
--lacustral:#1b504b;
}