Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-duckling {
color: #feeb6c;
}
.salmon-fresco {
color: #f9b19f;
}
.blush {
color: #f4a090;
}
.amaranth-pink {
color: #f19dbc;
}
.pecan-veneer {
color: #df9e7c;
}
/* CSS Variables */
:root {
--fuzzy-duckling:#feeb6c;
--salmon-fresco:#f9b19f;
--blush:#f4a090;
--amaranth-pink:#f19dbc;
--pecan-veneer:#df9e7c;
}