Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.romantic-rose {
color: #a74987;
}
.i-pink-i-can {
color: #d27f8d;
}
.petals-unfolding {
color: #f2bac3;
}
.scalloped-potatoes {
color: #f5d68a;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--romantic-rose:#a74987;
--i-pink-i-can:#d27f8d;
--petals-unfolding:#f2bac3;
--scalloped-potatoes:#f5d68a;
}