Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #eab7b3;
}
.angel-s-face {
color: #f0d4c7;
}
.dessert-cream {
color: #f6e4d0;
}
.ode-to-green {
color: #b4e9d6;
}
.turquoise-sea {
color: #6bd3e6;
}
/* CSS Variables */
:root {
--beauty-bush:#eab7b3;
--angel-s-face:#f0d4c7;
--dessert-cream:#f6e4d0;
--ode-to-green:#b4e9d6;
--turquoise-sea:#6bd3e6;
}