Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f3a0c0;
}
.geranium-pink {
color: #f68e9a;
}
.highlighter-pink {
color: #f06078;
}
.royal-banner {
color: #c94a6c;
}
.disco {
color: #8c2c4f;
}
/* CSS Variables */
:root {
--prism-pink:#f3a0c0;
--geranium-pink:#f68e9a;
--highlighter-pink:#f06078;
--royal-banner:#c94a6c;
--disco:#8c2c4f;
}