Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.nature-apricot {
color: #ffbaa3;
}
.friendship {
color: #ffd6c2;
}
.creamy-cloud-dreams {
color: #fff4e0;
}
.pale-egg {
color: #ffe7d1;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--nature-apricot:#ffbaa3;
--friendship:#ffd6c2;
--creamy-cloud-dreams:#fff4e0;
--pale-egg:#ffe7d1;
}