Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.bright-ube {
color: #d599eb;
}
.purple-hedonist {
color: #a66bff;
}
.indigo-light {
color: #597dc9;
}
.nuit-blanche {
color: #1f4a8e;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--bright-ube:#d599eb;
--purple-hedonist:#a66bff;
--indigo-light:#597dc9;
--nuit-blanche:#1f4a8e;
}