Color names in this palette
CSS code for this palette
/* CSS */
.rose-linen {
color: #e9b0a0;
}
.island-coral {
color: #d88979;
}
.dusky-rose {
color: #b86b6e;
}
.sweet-cherry {
color: #9d4d4d;
}
.wenge-black {
color: #3d2b29;
}
/* CSS Variables */
:root {
--rose-linen:#e9b0a0;
--island-coral:#d88979;
--dusky-rose:#b86b6e;
--sweet-cherry:#9d4d4d;
--wenge-black:#3d2b29;
}