Color names in this palette
CSS code for this palette
/* CSS */
.circumorbital-ring {
color: #5c5cc7;
}
.royalty-loyalty {
color: #b15eb5;
}
.dream-land {
color: #f0b2e4;
}
.fluffy-duckling {
color: #f7e13b;
}
.animated-coral {
color: #f28f7d;
}
/* CSS Variables */
:root {
--circumorbital-ring:#5c5cc7;
--royalty-loyalty:#b15eb5;
--dream-land:#f0b2e4;
--fluffy-duckling:#f7e13b;
--animated-coral:#f28f7d;
}