Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.steamy-dumpling {
color: #e7e9b4;
}
.fair-aqua {
color: #b6e2d8;
}
.chefchaouen-blue {
color: #a1d3e8;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--antique-wicker-basket:#f6d4a2;
--steamy-dumpling:#e7e9b4;
--fair-aqua:#b6e2d8;
--chefchaouen-blue:#a1d3e8;
}