Paleta de colores Curious Waters

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Curious Waters palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Curious Waters

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

CSS de la paleta de colores Curious Waters

/* CSS */
.color-1 {
color: #1e89c8;
}
.color-2 {
color: #50a3d3;
}
.color-3 {
color: #80c5e5;
}
.color-4 {
color: #b0e4f7;
}
.color-5 {
color: #d1f4ff;
}

/* CSS Variables */
:root {
--color-1: #1e89c8;
--color-2: #50a3d3;
--color-3: #80c5e5;
--color-4: #b0e4f7;
--color-5: #d1f4ff;
}

CSS del degradado de fondo Curious Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e89c8, #50a3d3, #80c5e5, #b0e4f7, #d1f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e89c8, #50a3d3, #80c5e5, #b0e4f7, #d1f4ff);
}

Curious Waters color palette created on .