Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.peachade {
color: #f9e1c8;
}
.mouse-nose {
color: #ffe4b3;
}
.floral-leaf {
color: #ffb84d;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--peachade:#f9e1c8;
--mouse-nose:#ffe4b3;
--floral-leaf:#ffb84d;
--n-rang-orange:#ff8052;
}