Color names in this palette
CSS code for this palette
/* CSS */
.jazzy {
color: #c91d4b;
}
.flirty-salmon {
color: #f76e69;
}
.mango-margarita {
color: #f3b94f;
}
.flame-seal {
color: #f5e15b;
}
.ocean-green {
color: #3c9a6d;
}
/* CSS Variables */
:root {
--jazzy:#c91d4b;
--flirty-salmon:#f76e69;
--mango-margarita:#f3b94f;
--flame-seal:#f5e15b;
--ocean-green:#3c9a6d;
}