Color names in this palette
CSS code for this palette
/* CSS */
.hopbush {
color: #d06c92;
}
.princess {
color: #f1a7b6;
}
.baby-steps {
color: #f7cada;
}
.frittata {
color: #fdebc9;
}
.florida-sunrise {
color: #f6aa6f;
}
/* CSS Variables */
:root {
--hopbush:#d06c92;
--princess:#f1a7b6;
--baby-steps:#f7cada;
--frittata:#fdebc9;
--florida-sunrise:#f6aa6f;
}