Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.va-va-voom {
color: #e3b24a;
}
.wet-coral {
color: #d45949;
}
.cyclamen-red {
color: #a85d8c;
}
.orbital {
color: #6d82ba;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--va-va-voom:#e3b24a;
--wet-coral:#d45949;
--cyclamen-red:#a85d8c;
--orbital:#6d82ba;
}