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: #a72a3b;
}
.color-2 {
color: #c67b8b;
}
.color-3 {
color: #e0b2b6;
}
.color-4 {
color: #f2d2cf;
}
.color-5 {
color: #f9e1e6;
}

/* CSS Variables */
:root {
--color-1: #a72a3b;
--color-2: #c67b8b;
--color-3: #e0b2b6;
--color-4: #f2d2cf;
--color-5: #f9e1e6;
}

CSS del degradado de fondo Red Hollyberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a72a3b, #c67b8b, #e0b2b6, #f2d2cf, #f9e1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a72a3b, #c67b8b, #e0b2b6, #f2d2cf, #f9e1e6);
}

Red Hollyberry color palette created on .