Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1d1;
}
.sparkling-pink {
color: #f6cbe5;
}
.lingering-lilac {
color: #e8dbf0;
}
.beautiful-dream {
color: #b4c4e4;
}
.c-est-la-vie {
color: #80b9e5;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1d1;
--sparkling-pink:#f6cbe5;
--lingering-lilac:#e8dbf0;
--beautiful-dream:#b4c4e4;
--c-est-la-vie:#80b9e5;
}