Color names in this palette
CSS code for this palette
/* CSS */
.dechala-lilac {
color: #b49cc9;
}
.light-orchid {
color: #e6a7d3;
}
.love-spell {
color: #f8b9c5;
}
.creole-cottage {
color: #e7b99c;
}
.ungor-beige {
color: #d8a469;
}
/* CSS Variables */
:root {
--dechala-lilac:#b49cc9;
--light-orchid:#e6a7d3;
--love-spell:#f8b9c5;
--creole-cottage:#e7b99c;
--ungor-beige:#d8a469;
}