Color names in this palette
CSS code for this palette
/* CSS */
.channel {
color: #f1c4c0;
}
.beauty-bush {
color: #eab7b3;
}
.la-vie-en-rose {
color: #d5a5a4;
}
.beauty-bush {
color: #e9bab4;
}
.dirty-pink {
color: #ca7d7e;
}
/* CSS Variables */
:root {
--channel:#f1c4c0;
--beauty-bush:#eab7b3;
--la-vie-en-rose:#d5a5a4;
--beauty-bush:#e9bab4;
--dirty-pink:#ca7d7e;
}