Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.mission-courtyard {
color: #f4d1b3;
}
.rainbow {
color: #f4bebe;
}
.bierwurst {
color: #f28e8c;
}
.i-pink-i-can {
color: #d57b8c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--mission-courtyard:#f4d1b3;
--rainbow:#f4bebe;
--bierwurst:#f28e8c;
--i-pink-i-can:#d57b8c;
}