Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.desert-sunrise {
color: #ffb28f;
}
.fresh-apricot {
color: #ffd6a3;
}
.peach-of-mind {
color: #ffe3b3;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--desert-sunrise:#ffb28f;
--fresh-apricot:#ffd6a3;
--peach-of-mind:#ffe3b3;
--creamy-cloud-dreams:#fff5e0;
}