Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d3;
}
.mystic-tulip {
color: #f8b3a0;
}
.lugganath-orange {
color: #f5a68a;
}
.autumn-sunset {
color: #f2855a;
}
.inferno {
color: #d95c36;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d3;
--mystic-tulip:#f8b3a0;
--lugganath-orange:#f5a68a;
--autumn-sunset:#f2855a;
--inferno:#d95c36;
}