Red Hollyberry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Hollyberry palette
Red Hollyberry color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e6a389;
}
.color-3 {
color: #c9b99c;
}
.color-4 {
color: #f8e6b9;
}
.color-5 {
color: #811d30;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e6a389;
--color-3: #c9b99c;
--color-4: #f8e6b9;
--color-5: #811d30;
}
Red Hollyberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e6a389, #c9b99c, #f8e6b9, #811d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e6a389, #c9b99c, #f8e6b9, #811d30);
}
Similar color palettes
Red Hollyberry color palette created on .