Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.desert-sunrise {
color: #ffb68f;
}
.peach-orange {
color: #ffcc99;
}
.horseradish-yellow {
color: #ffdca8;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--desert-sunrise:#ffb68f;
--peach-orange:#ffcc99;
--horseradish-yellow:#ffdca8;
--mouse-nose:#ffe4b3;
}