Garnet Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Garnet Shades palette

Share this palette to:

Garnet Shades color palette CSS

/* CSS */
.color-1 {
color: #7c2d2e;
}
.color-2 {
color: #a14a4b;
}
.color-3 {
color: #c76b6d;
}
.color-4 {
color: #e9a5a6;
}
.color-5 {
color: #f2c4c5;
}

/* CSS Variables */
:root {
--color-1: #7c2d2e;
--color-2: #a14a4b;
--color-3: #c76b6d;
--color-4: #e9a5a6;
--color-5: #f2c4c5;
}

Garnet Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d2e, #a14a4b, #c76b6d, #e9a5a6, #f2c4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d2e, #a14a4b, #c76b6d, #e9a5a6, #f2c4c5);
}

Garnet Shades color palette created on .