Color names in this palette
CSS code for this palette
/* CSS */
.protein-high {
color: #ff866b;
}
.persicus {
color: #ffb39e;
}
.first-daughter {
color: #f8d3d8;
}
.mountain-laurel {
color: #f3c9d7;
}
.eau-de-rose {
color: #e7bbd0;
}
/* CSS Variables */
:root {
--protein-high:#ff866b;
--persicus:#ffb39e;
--first-daughter:#f8d3d8;
--mountain-laurel:#f3c9d7;
--eau-de-rose:#e7bbd0;
}