Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3d99;
}
.lusty-lavender {
color: #8d5fbf;
}
.atlantic-tulip {
color: #b29bc5;
}
.scented-spring {
color: #f1d4f2;
}
.miami-pink {
color: #f7c5d7;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3d99;
--lusty-lavender:#8d5fbf;
--atlantic-tulip:#b29bc5;
--scented-spring:#f1d4f2;
--miami-pink:#f7c5d7;
}