Color names in this palette
CSS code for this palette
/* CSS */
.heart-s-content {
color: #e3b0bf;
}
.lugganath-orange {
color: #f5a48a;
}
.golden-raspberry {
color: #f8d677;
}
.foul-green {
color: #83c9a0;
}
.persian-jewel {
color: #707dbd;
}
/* CSS Variables */
:root {
--heart-s-content:#e3b0bf;
--lugganath-orange:#f5a48a;
--golden-raspberry:#f8d677;
--foul-green:#83c9a0;
--persian-jewel:#707dbd;
}