Color names in this palette
CSS code for this palette
/* CSS */
.prom-corsage {
color: #e4c7e5;
}
.grape-illusion {
color: #b5a2d8;
}
.purple-hyacinth {
color: #6e90bf;
}
.island-moment {
color: #3cafa7;
}
.bulma-hair {
color: #2d9f6c;
}
/* CSS Variables */
:root {
--prom-corsage:#e4c7e5;
--grape-illusion:#b5a2d8;
--purple-hyacinth:#6e90bf;
--island-moment:#3cafa7;
--bulma-hair:#2d9f6c;
}