Color names in this palette
CSS code for this palette
/* CSS */
.stirring-orange {
color: #f3b262;
}
.pink-eraser {
color: #f5a199;
}
.salmon-nigiri {
color: #f78e6e;
}
.pink-pepper {
color: #e95d6e;
}
.pink-flambe {
color: #d64c7a;
}
/* CSS Variables */
:root {
--stirring-orange:#f3b262;
--pink-eraser:#f5a199;
--salmon-nigiri:#f78e6e;
--pink-pepper:#e95d6e;
--pink-flambe:#d64c7a;
}