Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #f7d3a6;
}
.manga-pink {
color: #f4b8d8;
}
.basin-blue {
color: #b9e1e4;
}
.ronchi {
color: #e8b84f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--prosecco:#f7d3a6;
--manga-pink:#f4b8d8;
--basin-blue:#b9e1e4;
--ronchi:#e8b84f;
--grapefruit-pulp:#ff6e61;
}