Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f8b3a5;
}
.balinese-sunset {
color: #f19f79;
}
.amber-glow {
color: #f09c3d;
}
.opulent {
color: #d68829;
}
.golden-lion-tamarin {
color: #c85c2d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f8b3a5;
--balinese-sunset:#f19f79;
--amber-glow:#f09c3d;
--opulent:#d68829;
--golden-lion-tamarin:#c85c2d;
}