Color names in this palette
CSS code for this palette
/* CSS */
.juice-violet {
color: #492236;
}
.stravinsky-pink {
color: #794e59;
}
.choral-singer {
color: #b77b93;
}
.iced-vovo {
color: #e2a2b4;
}
.rose-reminder {
color: #f5c2c5;
}
/* CSS Variables */
:root {
--juice-violet:#492236;
--stravinsky-pink:#794e59;
--choral-singer:#b77b93;
--iced-vovo:#e2a2b4;
--rose-reminder:#f5c2c5;
}