Color names in this palette
CSS code for this palette
/* CSS */
.intergalactic-cowboy {
color: #202060;
}
.liberty {
color: #4f4f9c;
}
.adora {
color: #9090d0;
}
.winterspring-lilac {
color: #b3b3ff;
}
.stoic-white {
color: #e0e0ff;
}
/* CSS Variables */
:root {
--intergalactic-cowboy:#202060;
--liberty:#4f4f9c;
--adora:#9090d0;
--winterspring-lilac:#b3b3ff;
--stoic-white:#e0e0ff;
}