Color names in this palette
CSS code for this palette
/* CSS */
.blushing {
color: #efd1c3;
}
.fall-leaf {
color: #e5b7a4;
}
.cottage-rose {
color: #d6a899;
}
.calliope {
color: #c69b8b;
}
.brandy-rose {
color: #b2857b;
}
/* CSS Variables */
:root {
--blushing:#efd1c3;
--fall-leaf:#e5b7a4;
--cottage-rose:#d6a899;
--calliope:#c69b8b;
--brandy-rose:#b2857b;
}