Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.vanadyl-blue {
color: #00a5e0;
}
.flush-orange {
color: #ff6e00;
}
.pervenche {
color: #0091eb;
}
.cyber-yellow {
color: #ffd500;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--vanadyl-blue:#00a5e0;
--flush-orange:#ff6e00;
--pervenche:#0091eb;
--cyber-yellow:#ffd500;
}