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