Color names in this palette
CSS code for this palette
/* CSS */
.andrea-blue {
color: #4c7de6;
}
.majorelle-blue {
color: #5a5add;
}
.hyacinth-violet {
color: #a14f9b;
}
.medium-pink {
color: #f8639c;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--andrea-blue:#4c7de6;
--majorelle-blue:#5a5add;
--hyacinth-violet:#a14f9b;
--medium-pink:#f8639c;
--nacho:#ffcb5c;
}