gasolinitrafikkskole Which dropdown are you referring to?
If it's 'Extra Fields' tab in module settings, you can edit this file:
/templates/ja_nova/etc/form/com_modules.module.xml
Add a new option: <option value="myColor">My Color</option>
Then define css rule for the new class:
.bg-myColor {
background-color: #EFEDFC; }