Berry Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Berry Red palette
Berry Red color palette CSS
/* CSS */
.color-1 {
color: #8a1538;
}
.color-2 {
color: #b03b52;
}
.color-3 {
color: #d65c7c;
}
.color-4 {
color: #f5a3b4;
}
.color-5 {
color: #f0e0e0;
}
/* CSS Variables */
:root {
--color-1: #8a1538;
--color-2: #b03b52;
--color-3: #d65c7c;
--color-4: #f5a3b4;
--color-5: #f0e0e0;
}
Berry Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1538, #b03b52, #d65c7c, #f5a3b4, #f0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1538, #b03b52, #d65c7c, #f5a3b4, #f0e0e0);
}
Similar color palettes
Berry Red color palette created on .