Color names in this palette
CSS code for this palette
/* CSS */
.peach-amber {
color: #ffa094;
}
.amber-tide {
color: #ffb1a3;
}
.melon-water {
color: #ffbeb3;
}
.friendship {
color: #ffd9c2;
}
.light-peach-rose {
color: #ffe4d6;
}
/* CSS Variables */
:root {
--peach-amber:#ffa094;
--amber-tide:#ffb1a3;
--melon-water:#ffbeb3;
--friendship:#ffd9c2;
--light-peach-rose:#ffe4d6;
}