Color names in this palette
CSS code for this palette
/* CSS */
.peach-puff {
color: #ffd9b8;
}
.cantaloupe-slice {
color: #ffaf7a;
}
.mango-orange {
color: #ff8d5c;
}
.carrot {
color: #ff713d;
}
.portland-orange {
color: #ff5938;
}
/* CSS Variables */
:root {
--peach-puff:#ffd9b8;
--cantaloupe-slice:#ffaf7a;
--mango-orange:#ff8d5c;
--carrot:#ff713d;
--portland-orange:#ff5938;
}