Color names in this palette
CSS code for this palette
/* CSS */
.minted-elegance {
color: #73c9a0;
}
.wisley-pink {
color: #f2a79c;
}
.dilly-dally {
color: #f3df5e;
}
.afternoon {
color: #f9cb7b;
}
.grapes-of-italy {
color: #6a4a8c;
}
/* CSS Variables */
:root {
--minted-elegance:#73c9a0;
--wisley-pink:#f2a79c;
--dilly-dally:#f3df5e;
--afternoon:#f9cb7b;
--grapes-of-italy:#6a4a8c;
}