Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f3a0a4;
}
.soft-apricot {
color: #e0b68f;
}
.butterfly {
color: #c7dda7;
}
.overtone {
color: #aae9b5;
}
.blue-brocade {
color: #6db9d5;
}
/* CSS Variables */
:root {
--plum-blossom:#f3a0a4;
--soft-apricot:#e0b68f;
--butterfly:#c7dda7;
--overtone:#aae9b5;
--blue-brocade:#6db9d5;
}