Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.peach {
color: #ffb380;
}
.apricot-glow {
color: #ffcc7a;
}
.bicycle-yellow {
color: #ffe68a;
}
.candle-flame {
color: #fff4a3;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--peach:#ffb380;
--apricot-glow:#ffcc7a;
--bicycle-yellow:#ffe68a;
--candle-flame:#fff4a3;
}