Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candy {
color: #ff9985;
}
.sweet-apricot {
color: #ffbfa3;
}
.tranquil-peach {
color: #ffe3d6;
}
.misty-rose {
color: #ffe5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candy:#ff9985;
--sweet-apricot:#ffbfa3;
--tranquil-peach:#ffe3d6;
--misty-rose:#ffe5e0;
}