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