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: #a30013;
}
.color-2 {
color: #d60032;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb861;
}
.color-5 {
color: #f6e6d5;
}

/* CSS Variables */
:root {
--color-1: #a30013;
--color-2: #d60032;
--color-3: #ff6e61;
--color-4: #ffb861;
--color-5: #f6e6d5;
}

CSS del degradado de fondo Red Hollyberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30013, #d60032, #ff6e61, #ffb861, #f6e6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30013, #d60032, #ff6e61, #ffb861, #f6e6d5);
}

Red Hollyberry color palette created on .