Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c0;
}
.rosey-afterglow {
color: #f8c9d1;
}
.hush-pink {
color: #f8e9e2;
}
.god-given {
color: #f9f3e1;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c0;
--rosey-afterglow:#f8c9d1;
--hush-pink:#f8e9e2;
--god-given:#f9f3e1;
--syndicalist:#f5c400;
}