Color names in this palette
CSS code for this palette
/* CSS */
.lilac-sachet {
color: #a6b6d9;
}
.autumn-blonde {
color: #e9caa5;
}
.sandy-brown {
color: #f5a85b;
}
.ginger-flower {
color: #d05249;
}
.gooseberry {
color: #a23f5b;
}
/* CSS Variables */
:root {
--lilac-sachet:#a6b6d9;
--autumn-blonde:#e9caa5;
--sandy-brown:#f5a85b;
--ginger-flower:#d05249;
--gooseberry:#a23f5b;
}