Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.alexandria {
color: #ff8d70;
}
.tropical-peach {
color: #ffc3b3;
}
.delightful-peach {
color: #ffe9d1;
}
.amber-brew {
color: #d9a663;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--alexandria:#ff8d70;
--tropical-peach:#ffc3b3;
--delightful-peach:#ffe9d1;
--amber-brew:#d9a663;
}