Color names in this palette
CSS code for this palette
/* CSS */
.peach-rose {
color: #f6e4d5;
}
.roseate-spoonbill {
color: #e0aec6;
}
.pink-palazzo {
color: #e0a18f;
}
.jackfruit {
color: #f6ca7e;
}
.valley-mist {
color: #c8d5ca;
}
/* CSS Variables */
:root {
--peach-rose:#f6e4d5;
--roseate-spoonbill:#e0aec6;
--pink-palazzo:#e0a18f;
--jackfruit:#f6ca7e;
--valley-mist:#c8d5ca;
}