Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d45e8d;
}
.princess {
color: #f1a7b4;
}
.summer-cosmos {
color: #f8d3e2;
}
.full-yellow {
color: #f9ba4e;
}
.duck-butter {
color: #e1c45b;
}
/* CSS Variables */
:root {
--flirty-rose:#d45e8d;
--princess:#f1a7b4;
--summer-cosmos:#f8d3e2;
--full-yellow:#f9ba4e;
--duck-butter:#e1c45b;
}