Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kissable {
color: #ff8c7a;
}
.persicus {
color: #ffb59e;
}
.friendship {
color: #ffd6c2;
}
.sheer-rosebud {
color: #ffe9e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kissable:#ff8c7a;
--persicus:#ffb59e;
--friendship:#ffd6c2;
--sheer-rosebud:#ffe9e5;
}