Color names in this palette
CSS code for this palette
/* CSS */
.bermuda-onion {
color: #a05a8d;
}
.sweet-lilac {
color: #eab8d1;
}
.barely-pink {
color: #f7d4df;
}
.apricot-obsession {
color: #f8c1b4;
}
.dimple {
color: #e77e8e;
}
/* CSS Variables */
:root {
--bermuda-onion:#a05a8d;
--sweet-lilac:#eab8d1;
--barely-pink:#f7d4df;
--apricot-obsession:#f8c1b4;
--dimple:#e77e8e;
}