Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f8d359;
}
.mango-margarita {
color: #f6b24c;
}
.breeze-of-chilli {
color: #f2726e;
}
.princess {
color: #eca7b3;
}
.silver-rust {
color: #c3a3e0;
}
/* CSS Variables */
:root {
--wake-me-up:#f8d359;
--mango-margarita:#f6b24c;
--breeze-of-chilli:#f2726e;
--princess:#eca7b3;
--silver-rust:#c3a3e0;
}