Red Hollyberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Hollyberry palette

Share this palette to:

Red Hollyberry color palette CSS

/* CSS */
.color-1 {
color: #a42d2d;
}
.color-2 {
color: #d45959;
}
.color-3 {
color: #e8b0b0;
}
.color-4 {
color: #f1c6c6;
}
.color-5 {
color: #fbe4e4;
}

/* CSS Variables */
:root {
--color-1: #a42d2d;
--color-2: #d45959;
--color-3: #e8b0b0;
--color-4: #f1c6c6;
--color-5: #fbe4e4;
}

Red Hollyberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a42d2d, #d45959, #e8b0b0, #f1c6c6, #fbe4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a42d2d, #d45959, #e8b0b0, #f1c6c6, #fbe4e4);
}

Red Hollyberry color palette created on .