Color names in this palette
CSS code for this palette
/* CSS */
.blushing-apricot {
color: #f9bba4;
}
.neighborly-peach {
color: #f4c1a4;
}
.arizona-white {
color: #e9d9c3;
}
.natural-youth {
color: #d6e8b5;
}
.smooth-satin {
color: #a3d7d4;
}
/* CSS Variables */
:root {
--blushing-apricot:#f9bba4;
--neighborly-peach:#f4c1a4;
--arizona-white:#e9d9c3;
--natural-youth:#d6e8b5;
--smooth-satin:#a3d7d4;
}