Color names in this palette
CSS code for this palette
/* CSS */
.bermuda-onion {
color: #a1598d;
}
.heart-to-heart {
color: #d2a7c7;
}
.minute-mauve {
color: #f2e1f9;
}
.apricot-obsession {
color: #f7c4b6;
}
.orange-pospsicle {
color: #f4a20b;
}
/* CSS Variables */
:root {
--bermuda-onion:#a1598d;
--heart-to-heart:#d2a7c7;
--minute-mauve:#f2e1f9;
--apricot-obsession:#f7c4b6;
--orange-pospsicle:#f4a20b;
}