Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.light-orchid {
color: #e6a8d6;
}
.pink-beauty {
color: #dfa4c5;
}
.rose-souvenir {
color: #c78fc6;
}
.bodacious {
color: #b464a0;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--light-orchid:#e6a8d6;
--pink-beauty:#dfa4c5;
--rose-souvenir:#c78fc6;
--bodacious:#b464a0;
}