Color names in this palette
CSS code for this palette
/* CSS */
.re-entry {
color: #d94a4a;
}
.mango-margarita {
color: #f6b74c;
}
.yellow-petal {
color: #f6e74c;
}
.sea-green {
color: #4cf6a3;
}
.adamantine-blue {
color: #4ca9f6;
}
/* CSS Variables */
:root {
--re-entry:#d94a4a;
--mango-margarita:#f6b74c;
--yellow-petal:#f6e74c;
--sea-green:#4cf6a3;
--adamantine-blue:#4ca9f6;
}