Color names in this palette
CSS code for this palette
/* CSS */
.plum-juice {
color: #e2a2d9;
}
.australian-apricot {
color: #f4c8a4;
}
.sp-tzle-yellow {
color: #ffef8a;
}
.juzcar-blue {
color: #a6d5f7;
}
.carnation {
color: #f67990;
}
/* CSS Variables */
:root {
--plum-juice:#e2a2d9;
--australian-apricot:#f4c8a4;
--sp-tzle-yellow:#ffef8a;
--juzcar-blue:#a6d5f7;
--carnation:#f67990;
}