Color names in this palette
CSS code for this palette
/* CSS */
.star-studded {
color: #f7e9ab;
}
.biscuit-cream {
color: #f9ccb9;
}
.creamy-peach {
color: #f3a086;
}
.siesta-rose {
color: #ef7b7b;
}
.wet-coral {
color: #d45949;
}
/* CSS Variables */
:root {
--star-studded:#f7e9ab;
--biscuit-cream:#f9ccb9;
--creamy-peach:#f3a086;
--siesta-rose:#ef7b7b;
--wet-coral:#d45949;
}