Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.sun-dust {
color: #f5e0a3;
}
.english-rose {
color: #f6c6c6;
}
.kawaii {
color: #eba8b9;
}
.blackberry-sorbet {
color: #c19fbc;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--sun-dust:#f5e0a3;
--english-rose:#f6c6c6;
--kawaii:#eba8b9;
--blackberry-sorbet:#c19fbc;
}