Color names in this palette
CSS code for this palette
/* CSS */
.jetski-race {
color: #005c99;
}
.kahu-blue {
color: #0092d6;
}
.candid-blue {
color: #6cc5e0;
}
.mad-for-mango {
color: #f5a300;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--jetski-race:#005c99;
--kahu-blue:#0092d6;
--candid-blue:#6cc5e0;
--mad-for-mango:#f5a300;
--orangeade:#e04f38;
}