Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d6b1e2;
}
.drama-queen {
color: #a56f9a;
}
.sweet-lilac {
color: #eab8d1;
}
.dreamsicle {
color: #f6d4c1;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--pretty-petunia:#d6b1e2;
--drama-queen:#a56f9a;
--sweet-lilac:#eab8d1;
--dreamsicle:#f6d4c1;
--soviet-gold:#ffd900;
}