Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.waddles-pink {
color: #f1a7ca;
}
.pop-that-gum {
color: #f075b3;
}
.sugar-rush {
color: #d85a9b;
}
.razzle-dazzle {
color: #b83d7c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--waddles-pink:#f1a7ca;
--pop-that-gum:#f075b3;
--sugar-rush:#d85a9b;
--razzle-dazzle:#b83d7c;
}