Color names in this palette
CSS code for this palette
/* CSS */
.salvation {
color: #4f4d5c;
}
.tribeca {
color: #a58f8d;
}
.brown-mouse {
color: #d9c9b5;
}
.yellow-tulip {
color: #f4d26c;
}
.phoenix-red {
color: #e0705c;
}
/* CSS Variables */
:root {
--salvation:#4f4d5c;
--tribeca:#a58f8d;
--brown-mouse:#d9c9b5;
--yellow-tulip:#f4d26c;
--phoenix-red:#e0705c;
}