Color names in this palette
CSS code for this palette
/* CSS */
.warm-bread {
color: #f8e6d3;
}
.australian-apricot {
color: #f4c7a4;
}
.stucco-wall {
color: #f3b29b;
}
.stone-fruit {
color: #f1a68e;
}
.salmon-carpaccio {
color: #f0897f;
}
/* CSS Variables */
:root {
--warm-bread:#f8e6d3;
--australian-apricot:#f4c7a4;
--stucco-wall:#f3b29b;
--stone-fruit:#f1a68e;
--salmon-carpaccio:#f0897f;
}