Color names in this palette
CSS code for this palette
/* CSS */
.grey-matters {
color: #a7a9a2;
}
.aqua-dream {
color: #b7c9b6;
}
.just-about-green {
color: #e1e7d5;
}
.cocoa-butter {
color: #f4f3c3;
}
.tequila {
color: #f6d0a2;
}
/* CSS Variables */
:root {
--grey-matters:#a7a9a2;
--aqua-dream:#b7c9b6;
--just-about-green:#e1e7d5;
--cocoa-butter:#f4f3c3;
--tequila:#f6d0a2;
}