Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8c;
}
.eucalipto {
color: #4bc3a1;
}
.marlin-green {
color: #3fa1a6;
}
.blue-splash {
color: #2e87b8;
}
.drakenhof-nightshade {
color: #1e5a9f;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8c;
--eucalipto:#4bc3a1;
--marlin-green:#3fa1a6;
--blue-splash:#2e87b8;
--drakenhof-nightshade:#1e5a9f;
}