Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d0a1;
}
.riviera-rose {
color: #f7b3a6;
}
.breeze-of-chilli {
color: #f76e6e;
}
.preppy-rose {
color: #d2608e;
}
.butterfly-bush {
color: #6a5b8b;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d0a1;
--riviera-rose:#f7b3a6;
--breeze-of-chilli:#f76e6e;
--preppy-rose:#d2608e;
--butterfly-bush:#6a5b8b;
}