Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d7;
}
.jacaranda {
color: #f9d2ef;
}
.jacaranda {
color: #f9dced;
}
.bread-and-butter {
color: #f9edd2;
}
.tender-peach {
color: #f9d3b9;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d7;
--jacaranda:#f9d2ef;
--jacaranda:#f9dced;
--bread-and-butter:#f9edd2;
--tender-peach:#f9d3b9;
}