Paleta de colores Sea Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sea Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sea Breeze

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

CSS de la paleta de colores Sea Breeze

/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4ccfe1;
}
.color-4 {
color: #80deea;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00bdd6;
--color-3: #4ccfe1;
--color-4: #80deea;
--color-5: #e0f7fa;
}

CSS del degradado de fondo Sea Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00bdd6, #4ccfe1, #80deea, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00bdd6, #4ccfe1, #80deea, #e0f7fa);
}

Sea Breeze color palette created on .