Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.apricot {
color: #ffb36b;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.appetite {
color: #b1e4a5;
}
.squeaky {
color: #6bc1d6;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--apricot:#ffb36b;
--peach-cr-me-br-l-e:#ffe09e;
--appetite:#b1e4a5;
--squeaky:#6bc1d6;
}