Color names in this palette
CSS code for this palette
/* CSS */
.bermuda-onion {
color: #a35c94;
}
.rhodonite {
color: #f2b1c4;
}
.marshmallow-rose {
color: #f6e4e6;
}
.sunny-mood {
color: #f7c94b;
}
.chipmunk {
color: #d5a448;
}
/* CSS Variables */
:root {
--bermuda-onion:#a35c94;
--rhodonite:#f2b1c4;
--marshmallow-rose:#f6e4e6;
--sunny-mood:#f7c94b;
--chipmunk:#d5a448;
}