Color names in this palette
CSS code for this palette
/* CSS */
.hopeful {
color: #f2d4e1;
}
.rose-mallow {
color: #f0a8c5;
}
.embarrassed {
color: #ef7b9a;
}
.breeze-of-chilli {
color: #f76e70;
}
.orange-soda {
color: #f75a3b;
}
/* CSS Variables */
:root {
--hopeful:#f2d4e1;
--rose-mallow:#f0a8c5;
--embarrassed:#ef7b9a;
--breeze-of-chilli:#f76e70;
--orange-soda:#f75a3b;
}