Red Hollyberry Color Palette
Discover the beautiful Red Hollyberry color palette featuring falu red (#891a1a), well read (#b23b2e), roman (#d8665a), mandys pink (#f2bfbf) and linen (#fae5e5).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Red Hollyberry palette
๐ป Red Hollyberry color palette CSS
/* CSS */
.color-1 {
color: #891a1a;
}
.color-2 {
color: #b23b2e;
}
.color-3 {
color: #d8665a;
}
.color-4 {
color: #f2bfbf;
}
.color-5 {
color: #fae5e5;
}
/* CSS Variables */
:root {
--color-1: #891a1a;
--color-2: #b23b2e;
--color-3: #d8665a;
--color-4: #f2bfbf;
--color-5: #fae5e5;
} ๐ Red Hollyberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #891a1a, #b23b2e, #d8665a, #f2bfbf, #fae5e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #891a1a, #b23b2e, #d8665a, #f2bfbf, #fae5e5);
} ๐ Explore similar color palettes
Red Hollyberry color palette created on .