Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-gum {
color: #4d2c58;
}
.studio {
color: #694d9d;
}
.flowering-raspberry {
color: #9f6f8f;
}
.bespoke {
color: #d4b9a0;
}
.powdered-petals {
color: #e1c6c6;
}
/* CSS Variables */
:root {
--scarlet-gum:#4d2c58;
--studio:#694d9d;
--flowering-raspberry:#9f6f8f;
--bespoke:#d4b9a0;
--powdered-petals:#e1c6c6;
}