Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.curd {
color: #f9e1b9;
}
.barrett-quince {
color: #f7ceb0;
}
.filtered-forest {
color: #b6e2d3;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--curd:#f9e1b9;
--barrett-quince:#f7ceb0;
--filtered-forest:#b6e2d3;
--terrace-pool:#a3d6e0;
}