Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a3c7;
}
.sugar-high {
color: #f1c6e8;
}
.white-chocolate {
color: #f0e2c7;
}
.forsythia-blossom {
color: #f5d870;
}
.gemini-mustard-momento {
color: #f9a94e;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a3c7;
--sugar-high:#f1c6e8;
--white-chocolate:#f0e2c7;
--forsythia-blossom:#f5d870;
--gemini-mustard-momento:#f9a94e;
}