Color names in this palette
CSS code for this palette
/* CSS */
.vintage-glass {
color: #c9d8ba;
}
.citrus-sachet {
color: #f1c7a7;
}
.gracious-rose {
color: #e2b5b1;
}
.fruit-shake {
color: #f29c8c;
}
.rhine-wine {
color: #c86f90;
}
/* CSS Variables */
:root {
--vintage-glass:#c9d8ba;
--citrus-sachet:#f1c7a7;
--gracious-rose:#e2b5b1;
--fruit-shake:#f29c8c;
--rhine-wine:#c86f90;
}