Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e5b72e;
}
.in-the-tropics {
color: #a8be3c;
}
.shockwave {
color: #71c6b7;
}
.stratos-blue {
color: #3999c6;
}
.nautical {
color: #2d4a7b;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e5b72e;
--in-the-tropics:#a8be3c;
--shockwave:#71c6b7;
--stratos-blue:#3999c6;
--nautical:#2d4a7b;
}