Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a8a7;
}
.channel {
color: #f0c2c1;
}
.demure {
color: #e7d6d5;
}
.pinenut {
color: #f6d9b6;
}
.medium-terracotta {
color: #da9c8b;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a8a7;
--channel:#f0c2c1;
--demure:#e7d6d5;
--pinenut:#f6d9b6;
--medium-terracotta:#da9c8b;
}