Paleta de colores Renga

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Renga palette

Compartir esta paleta en:

Descargar la paleta de colores Renga (PNG)

Download renga color palette PNG image (landscape)
Download renga color palette PNG image (square)

CSS de la paleta de colores Renga

/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #e67d4c;
}
.color-3 {
color: #f1a35b;
}
.color-4 {
color: #f7c678;
}
.color-5 {
color: #fae89e;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #e67d4c;
--color-3: #f1a35b;
--color-4: #f7c678;
--color-5: #fae89e;
}

CSS del degradado de fondo Renga

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #e67d4c, #f1a35b, #f7c678, #fae89e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #e67d4c, #f1a35b, #f7c678, #fae89e);
}

Renga color palette created on .