Color names in this palette
CSS code for this palette
/* CSS */
.dark-taupe {
color: #493c3c;
}
.bateau-brown {
color: #7a5c5c;
}
.foggy-quartz {
color: #c19f9f;
}
.theatre-powder-rose {
color: #e3d4d4;
}
.hint-of-red {
color: #f6dfdf;
}
/* CSS Variables */
:root {
--dark-taupe:#493c3c;
--bateau-brown:#7a5c5c;
--foggy-quartz:#c19f9f;
--theatre-powder-rose:#e3d4d4;
--hint-of-red:#f6dfdf;
}