Color names in this palette
CSS code for this palette
/* CSS */
.high-style {
color: #a6b5d9;
}
.exotic-violet {
color: #e2a1d5;
}
.sunny-mood {
color: #f7c94b;
}
.trump-tan {
color: #f9a76c;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--high-style:#a6b5d9;
--exotic-violet:#e2a1d5;
--sunny-mood:#f7c94b;
--trump-tan:#f9a76c;
--pompelmo:#ff6b6b;
}