Color names in this palette
CSS code for this palette
/* CSS */
.that-s-atomic {
color: #b0b08d;
}
.trinity-islands {
color: #bab69c;
}
.calming-effect {
color: #d4d3a0;
}
.springtime {
color: #e7e3b6;
}
.paella-natural-white {
color: #e0d8c2;
}
/* CSS Variables */
:root {
--that-s-atomic:#b0b08d;
--trinity-islands:#bab69c;
--calming-effect:#d4d3a0;
--springtime:#e7e3b6;
--paella-natural-white:#e0d8c2;
}