Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.stucco-wall {
color: #f3b29b;
}
.dusty-boots {
color: #f2c391;
}
.gold-strand {
color: #f1dfa7;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--stucco-wall:#f3b29b;
--dusty-boots:#f2c391;
--gold-strand:#f1dfa7;
--smooth-as-corn-silk:#f4e4b3;
}