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: #be1e38;
}
.color-2 {
color: #da514e;
}
.color-3 {
color: #e6a84c;
}
.color-4 {
color: #f2d15a;
}
.color-5 {
color: #f4cbc3;
}

/* CSS Variables */
:root {
--color-1: #be1e38;
--color-2: #da514e;
--color-3: #e6a84c;
--color-4: #f2d15a;
--color-5: #f4cbc3;
}

CSS del degradado de fondo Red Hollyberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be1e38, #da514e, #e6a84c, #f2d15a, #f4cbc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be1e38, #da514e, #e6a84c, #f2d15a, #f4cbc3);
}

Red Hollyberry color palette created on .