Color names in this palette
CSS code for this palette
/* CSS */
.5 {
color: #f7d78d;
}
.citrus-honey {
color: #f9b76c;
}
.salmon-nigiri {
color: #f78e6e;
}
.rosy-cheeks {
color: #df536c;
}
.purple-orchid {
color: #a84d89;
}
/* CSS Variables */
:root {
--5:#f7d78d;
--citrus-honey:#f9b76c;
--salmon-nigiri:#f78e6e;
--rosy-cheeks:#df536c;
--purple-orchid:#a84d89;
}