Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.cheddar-corn {
color: #f7d4b6;
}
.curry-bubbles {
color: #f5b800;
}
.wiener-schnitzel {
color: #f09c00;
}
.orange-pepper {
color: #db7c00;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--cheddar-corn:#f7d4b6;
--curry-bubbles:#f5b800;
--wiener-schnitzel:#f09c00;
--orange-pepper:#db7c00;
}