Paleta de colores Soft Coastal Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Coastal Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Coastal Breeze

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

CSS de la paleta de colores Soft Coastal Breeze

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3d3d3;
}
.color-3 {
color: #b5e3e3;
}
.color-4 {
color: #a2e7e7;
}
.color-5 {
color: #f1f1e4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3d3d3;
--color-3: #b5e3e3;
--color-4: #a2e7e7;
--color-5: #f1f1e4;
}

CSS del degradado de fondo Soft Coastal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}

Soft Coastal Breeze color palette created on .