Paleta de colores Soft Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Harmony palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Harmony

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

CSS de la paleta de colores Soft Harmony

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f5c2c2;
}
.color-3 {
color: #a4e0d7;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f5c2c2;
--color-3: #a4e0d7;
--color-4: #ffb3b3;
--color-5: #ffffff;
}

CSS del degradado de fondo Soft Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f5c2c2, #a4e0d7, #ffb3b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f5c2c2, #a4e0d7, #ffb3b3, #ffffff);
}

Soft Harmony color palette created on .