All Palettes

Color Palette #493c3c, #6a4d4d, #8f5b5b, #b78080, #daa4a4

0%
0%
0%

CSS code for this palette

/* CSS */
.dark-taupe {
color: #493c3c;
}
.marron {
color: #6a4d4d;
}
.barn-door {
color: #8f5b5b;
}
.ash-rose {
color: #b78080;
}
.mellow-rose {
color: #daa4a4;
}

/* CSS Variables */
:root {
--dark-taupe:#493c3c;
--marron:#6a4d4d;
--barn-door:#8f5b5b;
--ash-rose:#b78080;
--mellow-rose:#daa4a4;
}

More palettes to explore