Color names in this palette
CSS code for this palette
/* CSS */
.rose-fusion {
color: #f76a55;
}
.chat-orange {
color: #f99f3e;
}
.marigold-yellow {
color: #fbe96f;
}
.lilliputian-lime {
color: #7fd959;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--rose-fusion:#f76a55;
--chat-orange:#f99f3e;
--marigold-yellow:#fbe96f;
--lilliputian-lime:#7fd959;
--azure-tide:#2a9d90;
}