Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff997a;
}
.persicus {
color: #ffb59e;
}
.light-quilt {
color: #ffe1d6;
}
.liveliness {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff997a;
--persicus:#ffb59e;
--light-quilt:#ffe1d6;
--liveliness:#ffdeb8;
}