Garnet Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Garnet Shades palette
Garnet Shades color palette CSS
/* CSS */
.color-1 {
color: #7c1d23;
}
.color-2 {
color: #a22a2e;
}
.color-3 {
color: #c43b3d;
}
.color-4 {
color: #d66b70;
}
.color-5 {
color: #eab8b9;
}
/* CSS Variables */
:root {
--color-1: #7c1d23;
--color-2: #a22a2e;
--color-3: #c43b3d;
--color-4: #d66b70;
--color-5: #eab8b9;
}
Garnet Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c1d23, #a22a2e, #c43b3d, #d66b70, #eab8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c1d23, #a22a2e, #c43b3d, #d66b70, #eab8b9);
}
Similar color palettes
Scroll down to explore 50+ Amber color palettes
Garnet Shades color palette created on .