Color names in this palette
CSS code for this palette
/* CSS */
.bluish-purple-anemone {
color: #5d6cc0;
}
.periwinkle {
color: #8c7aff;
}
.winterspring-lilac {
color: #b6a3ff;
}
.sweet-apricot {
color: #ffc2a8;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--bluish-purple-anemone:#5d6cc0;
--periwinkle:#8c7aff;
--winterspring-lilac:#b6a3ff;
--sweet-apricot:#ffc2a8;
--n-rang-orange:#ff8052;
}