Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #784b9b;
}
.trading-post {
color: #b98f3c;
}
.lily-legs {
color: #f1c6d7;
}
.last-sunlight {
color: #e7b93c;
}
.blue-gem {
color: #4d3c90;
}
/* CSS Variables */
:root {
--parfait-d-amour:#784b9b;
--trading-post:#b98f3c;
--lily-legs:#f1c6d7;
--last-sunlight:#e7b93c;
--blue-gem:#4d3c90;
}