Color names in this palette
CSS code for this palette
/* CSS */
.tutti-frutti {
color: #b75c7e;
}
.babe {
color: #e07b7e;
}
.peach-mimosa {
color: #f3a48c;
}
.hawkbit {
color: #fbd86f;
}
.golden-kingdom {
color: #e2c94b;
}
/* CSS Variables */
:root {
--tutti-frutti:#b75c7e;
--babe:#e07b7e;
--peach-mimosa:#f3a48c;
--hawkbit:#fbd86f;
--golden-kingdom:#e2c94b;
}