Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5c8d;
}
.ming-green {
color: #40bf80;
}
.marigold-dust {
color: #f4cf3e;
}
.chat-orange {
color: #f99f3e;
}
.flushed {
color: #e15656;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5c8d;
--ming-green:#40bf80;
--marigold-dust:#f4cf3e;
--chat-orange:#f99f3e;
--flushed:#e15656;
}