Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f3b9c3;
}
.venetian-yellow {
color: #f7e1a1;
}
.capri-water-blue {
color: #a8e1d3;
}
.peach-amber {
color: #f89f91;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--petals-unfolding:#f3b9c3;
--venetian-yellow:#f7e1a1;
--capri-water-blue:#a8e1d3;
--peach-amber:#f89f91;
--khmer-curry:#f05656;
}