Color names in this palette
CSS code for this palette
/* CSS */
.peachy-pinky {
color: #ff7c5c;
}
.salmon-orange {
color: #ff8b6b;
}
.creamy-orange-blush {
color: #ff9c7a;
}
.desert-sunrise {
color: #ffb68f;
}
.orange-canyon {
color: #ffd0a3;
}
/* CSS Variables */
:root {
--peachy-pinky:#ff7c5c;
--salmon-orange:#ff8b6b;
--creamy-orange-blush:#ff9c7a;
--desert-sunrise:#ffb68f;
--orange-canyon:#ffd0a3;
}