Color names in this palette
CSS code for this palette
/* CSS */
.nail-polish-pink {
color: #b74e87;
}
.pink-begonia {
color: #d9a0bc;
}
.soft-cashmere {
color: #f2b5d5;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.hot-orange {
color: #f78c40;
}
/* CSS Variables */
:root {
--nail-polish-pink:#b74e87;
--pink-begonia:#d9a0bc;
--soft-cashmere:#f2b5d5;
--deep-fried-sun-rays:#f6c55a;
--hot-orange:#f78c40;
}