Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kissable {
color: #ff8e7a;
}
.persicus {
color: #ffb59e;
}
.simply-delicious {
color: #ffd4c2;
}
.misty-rose {
color: #ffe5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kissable:#ff8e7a;
--persicus:#ffb59e;
--simply-delicious:#ffd4c2;
--misty-rose:#ffe5e0;
}