Tide Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tide palette

Share this palette to:

Tide color palette CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #51b6c8;
}
.color-3 {
color: #8be0e5;
}
.color-4 {
color: #d3f1f3;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #51b6c8;
--color-3: #8be0e5;
--color-4: #d3f1f3;
--color-5: #fff5e0;
}

Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #51b6c8, #8be0e5, #d3f1f3, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #51b6c8, #8be0e5, #d3f1f3, #fff5e0);
}

Tide color palette created on .