Paleta de colores Blue Waters

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Waters palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Waters

Download blue waters color palette PNG image (landscape)
Download blue waters color palette PNG image (square)

CSS de la paleta de colores Blue Waters

/* CSS */
.color-1 {
color: #2f6d9d;
}
.color-2 {
color: #4ea2c6;
}
.color-3 {
color: #a2dae6;
}
.color-4 {
color: #f0b4a8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #2f6d9d;
--color-2: #4ea2c6;
--color-3: #a2dae6;
--color-4: #f0b4a8;
--color-5: #ff6e61;
}

CSS del degradado de fondo Blue Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f6d9d, #4ea2c6, #a2dae6, #f0b4a8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f6d9d, #4ea2c6, #a2dae6, #f0b4a8, #ff6e61);
}

Blue Waters color palette created on .