Paleta de colores Red Hollyberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Hollyberry palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Hollyberry

Download red hollyberry color palette PNG image (landscape)
Download red hollyberry color palette PNG image (square)

CSS de la paleta de colores Red Hollyberry

/* CSS */
.color-1 {
color: #891a1a;
}
.color-2 {
color: #b23b2e;
}
.color-3 {
color: #d8665a;
}
.color-4 {
color: #f2c0c0;
}
.color-5 {
color: #fae5e5;
}

/* CSS Variables */
:root {
--color-1: #891a1a;
--color-2: #b23b2e;
--color-3: #d8665a;
--color-4: #f2c0c0;
--color-5: #fae5e5;
}

CSS del degradado de fondo Red Hollyberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #891a1a, #b23b2e, #d8665a, #f2c0c0, #fae5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #891a1a, #b23b2e, #d8665a, #f2c0c0, #fae5e5);
}

Red Hollyberry color palette created on .