Color names in this palette
CSS code for this palette
/* CSS */
.lasting-thoughts {
color: #d5e9b4;
}
.green-silk {
color: #a6c5b0;
}
.pompeius-blue {
color: #79a9a9;
}
.flounce {
color: #4b8b8b;
}
.moat {
color: #3d6c6c;
}
/* CSS Variables */
:root {
--lasting-thoughts:#d5e9b4;
--green-silk:#a6c5b0;
--pompeius-blue:#79a9a9;
--flounce:#4b8b8b;
--moat:#3d6c6c;
}