Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.orange-canyon {
color: #ffd0a3;
}
.mouse-nose {
color: #ffe4b3;
}
.peach-of-mind {
color: #ffe0b3;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--isn-t-it-just-peachy:#ffb375;
--orange-canyon:#ffd0a3;
--mouse-nose:#ffe4b3;
--peach-of-mind:#ffe0b3;
}