Curious Waters Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Curious Waters palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Curious Waters

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

tavolozza dei colori Curious Waters CSS

/* 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 con gradiente di sfondo 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 .