Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f49fbe;
}
.vinaceous-cinnamon {
color: #f68892;
}
.australian-apricot {
color: #f4c7a4;
}
.vanilla {
color: #f2e5ab;
}
.blended-fruit {
color: #f8e1a5;
}
/* CSS Variables */
:root {
--pink-chalk:#f49fbe;
--vinaceous-cinnamon:#f68892;
--australian-apricot:#f4c7a4;
--vanilla:#f2e5ab;
--blended-fruit:#f8e1a5;
}