Color names in this palette
CSS code for this palette
/* CSS */
.persicus {
color: #ffb69e;
}
.serene-pink {
color: #f4c5b8;
}
.echo-valley {
color: #e6e2d6;
}
.mint-parfait {
color: #b9e4b9;
}
.city-of-pink-angels {
color: #e6b4a3;
}
/* CSS Variables */
:root {
--persicus:#ffb69e;
--serene-pink:#f4c5b8;
--echo-valley:#e6e2d6;
--mint-parfait:#b9e4b9;
--city-of-pink-angels:#e6b4a3;
}