Color names in this palette
CSS code for this palette
/* CSS */
.panama-rose {
color: #c25b7a;
}
.modestly-peach {
color: #e9a59b;
}
.peach-temptation {
color: #f2c7b1;
}
.touching-white {
color: #f4e0d7;
}
.sedona-pink {
color: #d4b8a5;
}
/* CSS Variables */
:root {
--panama-rose:#c25b7a;
--modestly-peach:#e9a59b;
--peach-temptation:#f2c7b1;
--touching-white:#f4e0d7;
--sedona-pink:#d4b8a5;
}