Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wind {
color: #f9d3b4;
}
.calabrese {
color: #f5a5a3;
}
.strawberry-shortcake {
color: #f78d99;
}
.french-pink {
color: #f76e99;
}
.impatient-pink {
color: #d87997;
}
/* CSS Variables */
:root {
--autumn-wind:#f9d3b4;
--calabrese:#f5a5a3;
--strawberry-shortcake:#f78d99;
--french-pink:#f76e99;
--impatient-pink:#d87997;
}