Paleta de colores Auburn Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Auburn Glow

/* CSS */
.color-1 {
color: #78454d;
}
.color-2 {
color: #af505e;
}
.color-3 {
color: #cf96be;
}
.color-4 {
color: #e7b1c2;
}
.color-5 {
color: #f5d6de;
}

/* CSS Variables */
:root {
--color-1: #78454d;
--color-2: #af505e;
--color-3: #cf96be;
--color-4: #e7b1c2;
--color-5: #f5d6de;
}

CSS del degradado de fondo Auburn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78454d, #af505e, #cf96be, #e7b1c2, #f5d6de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78454d, #af505e, #cf96be, #e7b1c2, #f5d6de);
}

Auburn Glow color palette created on .