Paleta de colores Coastal Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coastal Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Coastal Breeze

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

CSS de la paleta de colores Coastal Breeze

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #9fd1e5;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #97d3d3;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #9fd1e5;
--color-3: #ffb3b3;
--color-4: #ffe4b3;
--color-5: #97d3d3;
}

CSS del degradado de fondo Coastal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #9fd1e5, #ffb3b3, #ffe4b3, #97d3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #9fd1e5, #ffb3b3, #ffe4b3, #97d3d3);
}

Coastal Breeze color palette created on .