Color names in this palette
CSS code for this palette
/* CSS */
.butter-muffin {
color: #f8e0b4;
}
.peach-damask {
color: #f6c5a7;
}
.rozowy-pink {
color: #f1a7b7;
}
.blushed-bombshell {
color: #f188d2;
}
.carmine-rose {
color: #e65b8e;
}
/* CSS Variables */
:root {
--butter-muffin:#f8e0b4;
--peach-damask:#f6c5a7;
--rozowy-pink:#f1a7b7;
--blushed-bombshell:#f188d2;
--carmine-rose:#e65b8e;
}