8 lines
127 B
CSS
8 lines
127 B
CSS
:root {
|
|
--primary: #e5989b;
|
|
--accent: #ffb4a2;
|
|
--background: #fff1f2;
|
|
--card-background: #ffe5ec;
|
|
--text: #3e3e3e;
|
|
}
|