Paleta de colores Sea

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sea palette

Compartir esta paleta en:

Descargar la paleta de colores Sea (PNG)

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

CSS de la paleta de colores Sea

/* CSS */
.color-1 {
color: #10546a;
}
.color-2 {
color: #356f8d;
}
.color-3 {
color: #477c90;
}
.color-4 {
color: #567f8f;
}
.color-5 {
color: #5d9292;
}

/* CSS Variables */
:root {
--color-1: #10546a;
--color-2: #356f8d;
--color-3: #477c90;
--color-4: #567f8f;
--color-5: #5d9292;
}

CSS del degradado de fondo Sea

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10546a, #356f8d, #477c90, #567f8f, #5d9292);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10546a, #356f8d, #477c90, #567f8f, #5d9292);
}

Sea color palette created on .