Paleta de colores Regal Ruin

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Regal Ruin palette

Compartir esta paleta en:

Descargar la paleta de colores Regal Ruin (PNG)

Download regal ruin color palette PNG image (landscape)
Download regal ruin color palette PNG image (square)

CSS de la paleta de colores Regal Ruin

/* CSS */
.color-1 {
color: #6d2c50;
}
.color-2 {
color: #a54a70;
}
.color-3 {
color: #df818b;
}
.color-4 {
color: #f8c29b;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #6d2c50;
--color-2: #a54a70;
--color-3: #df818b;
--color-4: #f8c29b;
--color-5: #f4cf3e;
}

CSS del degradado de fondo Regal Ruin

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c50, #a54a70, #df818b, #f8c29b, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c50, #a54a70, #df818b, #f8c29b, #f4cf3e);
}

Regal Ruin color palette created on .