Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.blue-martina {
color: #1dd7c5;
}
.dynamic-green {
color: #a2e03e;
}
.marigold-dust {
color: #f6cb3c;
}
.portland-orange {
color: #ff5938;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--blue-martina:#1dd7c5;
--dynamic-green:#a2e03e;
--marigold-dust:#f6cb3c;
--portland-orange:#ff5938;
}