Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.pale-coral {
color: #f1d1b6;
}
.sun-dust {
color: #f5e0a3;
}
.natural-youth {
color: #d6e5b3;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--pale-coral:#f1d1b6;
--sun-dust:#f5e0a3;
--natural-youth:#d6e5b3;
--terrace-pool:#a3d7e0;
}