Color names in this palette
CSS code for this palette
/* CSS */
.juicy-details {
color: #d67c7a;
}
.biscuit-cream {
color: #f8cab4;
}
.phoenix-fossil {
color: #f5d89e;
}
.lemon-rose {
color: #f9e8ae;
}
.heart-to-heart {
color: #d2a7c7;
}
/* CSS Variables */
:root {
--juicy-details:#d67c7a;
--biscuit-cream:#f8cab4;
--phoenix-fossil:#f5d89e;
--lemon-rose:#f9e8ae;
--heart-to-heart:#d2a7c7;
}