Color names in this palette
CSS code for this palette
/* CSS */
.persicus {
color: #ffb69e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sweet-lilac {
color: #eab8d1;
}
.mandarin-peel {
color: #ff9d00;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--persicus:#ffb69e;
--grapefruit-pulp:#ff6e61;
--sweet-lilac:#eab8d1;
--mandarin-peel:#ff9d00;
--aerospace-orange:#ff5100;
}