Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-siren {
color: #6b1f8e;
}
.mulberry-yogurt {
color: #c34b8d;
}
.chat-orange {
color: #f99f3e;
}
.majestic-treasures {
color: #f2e7a6;
}
.waterfall {
color: #3bb0a2;
}
/* CSS Variables */
:root {
--sapphire-siren:#6b1f8e;
--mulberry-yogurt:#c34b8d;
--chat-orange:#f99f3e;
--majestic-treasures:#f2e7a6;
--waterfall:#3bb0a2;
}