Color names in this palette
CSS code for this palette
/* CSS */
.petunia-patty {
color: #4a3e4c;
}
.dr-who {
color: #7c5a7c;
}
.crocus-petal {
color: #b79ac6;
}
.apricot-spring {
color: #f5b194;
}
.doughnut {
color: #f1a355;
}
/* CSS Variables */
:root {
--petunia-patty:#4a3e4c;
--dr-who:#7c5a7c;
--crocus-petal:#b79ac6;
--apricot-spring:#f5b194;
--doughnut:#f1a355;
}