Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.quiche-lorraine {
color: #ffd770;
}
.digital-yellow {
color: #ffeb7a;
}
.south-shore-sun {
color: #ffda9e;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--isn-t-it-just-peachy:#ffb375;
--quiche-lorraine:#ffd770;
--digital-yellow:#ffeb7a;
--south-shore-sun:#ffda9e;
}