Color names in this palette
CSS code for this palette
/* CSS */
.red-grey {
color: #9b696a;
}
.prom {
color: #daa4a6;
}
.milkshake-pink {
color: #f2cad2;
}
.city-of-pink-angels {
color: #e7b3a6;
}
.enticing-red {
color: #b84c4e;
}
/* CSS Variables */
:root {
--red-grey:#9b696a;
--prom:#daa4a6;
--milkshake-pink:#f2cad2;
--city-of-pink-angels:#e7b3a6;
--enticing-red:#b84c4e;
}