Color names in this palette
CSS code for this palette
/* CSS */
.azulado {
color: #291b4b;
}
.daisy-bush {
color: #5b3e89;
}
.knight-elf {
color: #8f66b2;
}
.rhubarb-gin {
color: #d7a8c2;
}
.flamingo-feather {
color: #f7c0d8;
}
/* CSS Variables */
:root {
--azulado:#291b4b;
--daisy-bush:#5b3e89;
--knight-elf:#8f66b2;
--rhubarb-gin:#d7a8c2;
--flamingo-feather:#f7c0d8;
}