Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b1d8;
}
.rosebloom {
color: #e490b2;
}
.medium-terracotta {
color: #d59d8b;
}
.optimistic-yellow {
color: #f4e1a4;
}
.orange-grove {
color: #fbaf8e;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b1d8;
--rosebloom:#e490b2;
--medium-terracotta:#d59d8b;
--optimistic-yellow:#f4e1a4;
--orange-grove:#fbaf8e;
}