Color names in this palette
CSS code for this palette
/* CSS */
.viola-grey {
color: #8b6a9a;
}
.atlantic-tulip {
color: #b19cc4;
}
.romantic-morning {
color: #e0b8e0;
}
.pink-sea-salt {
color: #f6dacb;
}
.joyous {
color: #ffecb3;
}
/* CSS Variables */
:root {
--viola-grey:#8b6a9a;
--atlantic-tulip:#b19cc4;
--romantic-morning:#e0b8e0;
--pink-sea-salt:#f6dacb;
--joyous:#ffecb3;
}