Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.butter-cupcake {
color: #fddc9b;
}
.lemon-filling {
color: #f7e4a6;
}
.smooth-satin {
color: #a2d7d5;
}
.blue-promise {
color: #709ec2;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--butter-cupcake:#fddc9b;
--lemon-filling:#f7e4a6;
--smooth-satin:#a2d7d5;
--blue-promise:#709ec2;
}