Color names in this palette
CSS code for this palette
/* CSS */
.byzantine-night-blue {
color: #6b7cff;
}
.waimea-blue {
color: #4e9bda;
}
.ocean-in-a-bowl {
color: #69e2b6;
}
.bright-khaki {
color: #f0e78e;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--byzantine-night-blue:#6b7cff;
--waimea-blue:#4e9bda;
--ocean-in-a-bowl:#69e2b6;
--bright-khaki:#f0e78e;
--blue-angels-yellow:#fab700;
}