Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.floral-leaf {
color: #ffb84d;
}
.golden-aurelia {
color: #ffed7a;
}
.overtone {
color: #a5e9b0;
}
.plunging-waterfall {
color: #8fd4e0;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--floral-leaf:#ffb84d;
--golden-aurelia:#ffed7a;
--overtone:#a5e9b0;
--plunging-waterfall:#8fd4e0;
}