Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d5a5d1;
}
.rhodonite {
color: #f3b4c4;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.orange-clay {
color: #e8a67d;
}
/* CSS Variables */
:root {
--berry-popsicle:#d5a5d1;
--rhodonite:#f3b4c4;
--antique-wicker-basket:#f7d3a1;
--deep-fried-sun-rays:#f6c55a;
--orange-clay:#e8a67d;
}