Color names in this palette
CSS code for this palette
/* CSS */
.biloba-flower {
color: #b29ad0;
}
.princess {
color: #f1a7b3;
}
.hawkbit {
color: #ffdc6b;
}
.bachelor-button {
color: #50bfd3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--biloba-flower:#b29ad0;
--princess:#f1a7b3;
--hawkbit:#ffdc6b;
--bachelor-button:#50bfd3;
--grapefruit-pulp:#ff6e61;
}