Color names in this palette
CSS code for this palette
/* CSS */
.deep-amethyst {
color: #5c2e7f;
}
.aster-violetta {
color: #8d5c9d;
}
.crocus-petal {
color: #b59dc3;
}
.desire-pink {
color: #f0c7d1;
}
.god-given {
color: #f9f3e1;
}
/* CSS Variables */
:root {
--deep-amethyst:#5c2e7f;
--aster-violetta:#8d5c9d;
--crocus-petal:#b59dc3;
--desire-pink:#f0c7d1;
--god-given:#f9f3e1;
}