Hollyberry Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hollyberry Red palette

Share this palette to:

Hollyberry Red color palette CSS

/* CSS */
.color-1 {
color: #a52729;
}
.color-2 {
color: #cf3a3f;
}
.color-3 {
color: #e0767b;
}
.color-4 {
color: #f9b4b6;
}
.color-5 {
color: #feecec;
}

/* CSS Variables */
:root {
--color-1: #a52729;
--color-2: #cf3a3f;
--color-3: #e0767b;
--color-4: #f9b4b6;
--color-5: #feecec;
}

Hollyberry Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a52729, #cf3a3f, #e0767b, #f9b4b6, #feecec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a52729, #cf3a3f, #e0767b, #f9b4b6, #feecec);
}

Hollyberry Red color palette created on .