Crystal Clear Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crystal Clear Waters palette

Share this palette to:

Crystal Clear Waters color palette PNG image

Download crystal clear waters color palette PNG image (landscape)
Download crystal clear waters color palette PNG image (square)

Crystal Clear Waters color palette CSS

/* CSS */
.color-1 {
color: #0095b3;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #4dd6e0;
}
.color-4 {
color: #a3e0df;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #0095b3;
--color-2: #00b0e0;
--color-3: #4dd6e0;
--color-4: #a3e0df;
--color-5: #f9a824;
}

Crystal Clear Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095b3, #00b0e0, #4dd6e0, #a3e0df, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095b3, #00b0e0, #4dd6e0, #a3e0df, #f9a824);
}

Crystal Clear Waters color palette created on .