Paleta de colores Fresh Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fresh Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fresh Breeze

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

CSS de la paleta de colores Fresh Breeze

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6eb5d4;
}
.color-3 {
color: #4f95b5;
}
.color-4 {
color: #3c6f8b;
}
.color-5 {
color: #2c4d68;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6eb5d4;
--color-3: #4f95b5;
--color-4: #3c6f8b;
--color-5: #2c4d68;
}

CSS del degradado de fondo Fresh Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6eb5d4, #4f95b5, #3c6f8b, #2c4d68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6eb5d4, #4f95b5, #3c6f8b, #2c4d68);
}

Fresh Breeze color palette created on .