Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f6c9a7;
}
.lugganath-orange {
color: #f6a988;
}
.melon-baby {
color: #f67f6a;
}
.the-sickener {
color: #d96d9a;
}
.violetta {
color: #a76c9b;
}
/* CSS Variables */
:root {
--citrus-sachet:#f6c9a7;
--lugganath-orange:#f6a988;
--melon-baby:#f67f6a;
--the-sickener:#d96d9a;
--violetta:#a76c9b;
}