Color names in this palette
CSS code for this palette
/* CSS */
.frangipane {
color: #f5d4b2;
}
.city-of-pink-angels {
color: #e6b6a7;
}
.shanghai-peach {
color: #d79d93;
}
.king-s-cloak {
color: #c5878d;
}
.shade-of-mauve {
color: #b07382;
}
/* CSS Variables */
:root {
--frangipane:#f5d4b2;
--city-of-pink-angels:#e6b6a7;
--shanghai-peach:#d79d93;
--king-s-cloak:#c5878d;
--shade-of-mauve:#b07382;
}