Paleta de colores Soft Revisions

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Revisions palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Revisions (PNG)

Download soft revisions color palette PNG image (landscape)
Download soft revisions color palette PNG image (square)

CSS de la paleta de colores Soft Revisions

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f5cac2;
}
.color-3 {
color: #f0e4c7;
}
.color-4 {
color: #e3f0d6;
}
.color-5 {
color: #c1e7e7;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f5cac2;
--color-3: #f0e4c7;
--color-4: #e3f0d6;
--color-5: #c1e7e7;
}

CSS del degradado de fondo Soft Revisions

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f5cac2, #f0e4c7, #e3f0d6, #c1e7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f5cac2, #f0e4c7, #e3f0d6, #c1e7e7);
}

Soft Revisions color palette created on .