Curious Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Curious Waters palette

Share this palette to:

Curious Waters color palette PNG image

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

Curious Waters color palette 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;
}

Curious Waters background gradient CSS

/* 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 .