Color names in this palette
CSS code for this palette
/* CSS */
.herb-robert {
color: #dfa3e0;
}
.atlantic-ocean {
color: #a9d9e5;
}
.friendly-yellow {
color: #f6e2b1;
}
.soft-cashmere {
color: #f3b4d9;
}
.candy-floss {
color: #e59fe5;
}
/* CSS Variables */
:root {
--herb-robert:#dfa3e0;
--atlantic-ocean:#a9d9e5;
--friendly-yellow:#f6e2b1;
--soft-cashmere:#f3b4d9;
--candy-floss:#e59fe5;
}