Paleta de colores Red Hollyberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Hollyberry palette

Compartir esta paleta en:

CSS de la paleta de colores Red Hollyberry

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c13e4e;
}
.color-3 {
color: #d86970;
}
.color-4 {
color: #e8b9b5;
}
.color-5 {
color: #f4e1e7;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c13e4e;
--color-3: #d86970;
--color-4: #e8b9b5;
--color-5: #f4e1e7;
}

CSS del degradado de fondo Red Hollyberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c13e4e, #d86970, #e8b9b5, #f4e1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c13e4e, #d86970, #e8b9b5, #f4e1e7);
}

Red Hollyberry color palette created on .