Paleta de colores Soft Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Breeze

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

CSS de la paleta de colores Soft Breeze

/* CSS */
.color-1 {
color: #f0ffff;
}
.color-2 {
color: #fffff0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #dbf0ff;
}
.color-5 {
color: #f0f0ff;
}

/* CSS Variables */
:root {
--color-1: #f0ffff;
--color-2: #fffff0;
--color-3: #ffffff;
--color-4: #dbf0ff;
--color-5: #f0f0ff;
}

CSS del degradado de fondo Soft Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}

Soft Breeze color palette created on .