Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e1;
}
.lattice-work {
color: #b6e2c3;
}
.cocoa-butter {
color: #f2f5c2;
}
.chai-latte {
color: #f9c99f;
}
.roseberry {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e1;
--lattice-work:#b6e2c3;
--cocoa-butter:#f2f5c2;
--chai-latte:#f9c99f;
--roseberry:#f7a5a1;
}