Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2e4b8e;
}
.mirage-lake {
color: #4c9090;
}
.negishi-green {
color: #90904c;
}
.southern-platyfish {
color: #d6d64c;
}
.scarlet-apple {
color: #8e2e4b;
}
/* CSS Variables */
:root {
--blue-highlight:#2e4b8e;
--mirage-lake:#4c9090;
--negishi-green:#90904c;
--southern-platyfish:#d6d64c;
--scarlet-apple:#8e2e4b;
}