Color names in this palette
CSS code for this palette
/* CSS */
.blue-lips {
color: #a6bae2;
}
.lull-wind {
color: #c4d6e8;
}
.lavender-syrup {
color: #e5e6f0;
}
.spanish-pink {
color: #f8bfbf;
}
.ferocious {
color: #e52a24;
}
/* CSS Variables */
:root {
--blue-lips:#a6bae2;
--lull-wind:#c4d6e8;
--lavender-syrup:#e5e6f0;
--spanish-pink:#f8bfbf;
--ferocious:#e52a24;
}