Color names in this palette
CSS code for this palette
/* CSS */
.ketchup {
color: #9e392e;
}
.nanohanacha-gold {
color: #e8b52c;
}
.sport-yellow {
color: #f1d579;
}
.seacrest {
color: #b4c8a2;
}
.superior-blue {
color: #3c5c72;
}
/* CSS Variables */
:root {
--ketchup:#9e392e;
--nanohanacha-gold:#e8b52c;
--sport-yellow:#f1d579;
--seacrest:#b4c8a2;
--superior-blue:#3c5c72;
}