Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d8;
}
.canter-peach {
color: #f7d5bb;
}
.venetian-yellow {
color: #f3e4a0;
}
.chayote {
color: #c8e7c5;
}
.pale-cerulean {
color: #9ec4e0;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d8;
--canter-peach:#f7d5bb;
--venetian-yellow:#f3e4a0;
--chayote:#c8e7c5;
--pale-cerulean:#9ec4e0;
}