Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.dreamsicle {
color: #f6d5c1;
}
.leaf-yellow {
color: #ead69f;
}
.madang {
color: #b5e3a5;
}
.terrace-pool {
color: #a3d8e1;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--dreamsicle:#f6d5c1;
--leaf-yellow:#ead69f;
--madang:#b5e3a5;
--terrace-pool:#a3d8e1;
}