Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.byzantine-night-blue {
color: #6b7cff;
}
.pastel-blue {
color: #a3c3ff;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--byzantine-night-blue:#6b7cff;
--pastel-blue:#a3c3ff;
--enjoyable-yellow:#f6d6a7;
--pompelmo:#ff6b6b;
}