Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d5c7ef;
}
.simply-violet {
color: #aa9edc;
}
.deep-periwinkle {
color: #8080bc;
}
.blushing-tulip {
color: #e3a1b8;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--foggy-love:#d5c7ef;
--simply-violet:#aa9edc;
--deep-periwinkle:#8080bc;
--blushing-tulip:#e3a1b8;
--n-rang-orange:#ff8052;
}