Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4a2c6d;
}
.posy-purple {
color: #70608a;
}
.aged-to-perfection {
color: #a48da5;
}
.whisper-ridge {
color: #c9c2b6;
}
.gentle-glow {
color: #f8e4b9;
}
/* CSS Variables */
:root {
--violet-indigo:#4a2c6d;
--posy-purple:#70608a;
--aged-to-perfection:#a48da5;
--whisper-ridge:#c9c2b6;
--gentle-glow:#f8e4b9;
}