Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.somewhere-in-a-fairytale {
color: #d09adb;
}
.soft-purple {
color: #9f6ab4;
}
.zimidar {
color: #694d89;
}
.mystic-nights {
color: #4c2c6d;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--somewhere-in-a-fairytale:#d09adb;
--soft-purple:#9f6ab4;
--zimidar:#694d89;
--mystic-nights:#4c2c6d;
}