Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.scarlet-gum {
color: #4d2c58;
}
.thimble-red {
color: #a15e8f;
}
.think-pink {
color: #e9a5c3;
}
.khaki-core {
color: #f9e5ae;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--scarlet-gum:#4d2c58;
--thimble-red:#a15e8f;
--think-pink:#e9a5c3;
--khaki-core:#f9e5ae;
}