Color names in this palette
CSS code for this palette
/* CSS */
.peach-amber {
color: #ffa094;
}
.washed-out-crimson {
color: #ffb5a8;
}
.simply-delicious {
color: #ffd1c2;
}
.light-quilt {
color: #ffe1d6;
}
.seashell {
color: #fff6f0;
}
/* CSS Variables */
:root {
--peach-amber:#ffa094;
--washed-out-crimson:#ffb5a8;
--simply-delicious:#ffd1c2;
--light-quilt:#ffe1d6;
--seashell:#fff6f0;
}