Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbaa3;
}
.peach-of-mind {
color: #ffe0b3;
}
.milk-froth {
color: #ffedcc;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffbaa3;
--peach-of-mind:#ffe0b3;
--milk-froth:#ffedcc;
}