Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.white-strawberry {
color: #fce3b6;
}
.mint-parfait {
color: #b9e5b8;
}
.terrace-pool {
color: #a3d7e0;
}
.windsor-way {
color: #a2c9e6;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--white-strawberry:#fce3b6;
--mint-parfait:#b9e5b8;
--terrace-pool:#a3d7e0;
--windsor-way:#a2c9e6;
}