Color names in this palette
CSS code for this palette
/* CSS */
.blue-ribbon {
color: #006aff;
}
.capri {
color: #00bfff;
}
.neon-blue {
color: #00e1ff;
}
.hanuman-green {
color: #4dffb2;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--blue-ribbon:#006aff;
--capri:#00bfff;
--neon-blue:#00e1ff;
--hanuman-green:#4dffb2;
--flush-orange:#ff6e00;
}