Tides of Time Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tides of Time palette

Share this palette to:

Tides of Time color palette CSS

/* CSS */
.color-1 {
color: #3c909f;
}
.color-2 {
color: #4bb9b4;
}
.color-3 {
color: #60e2e2;
}
.color-4 {
color: #f6c69d;
}
.color-5 {
color: #f17b5b;
}

/* CSS Variables */
:root {
--color-1: #3c909f;
--color-2: #4bb9b4;
--color-3: #60e2e2;
--color-4: #f6c69d;
--color-5: #f17b5b;
}

Tides of Time background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c909f, #4bb9b4, #60e2e2, #f6c69d, #f17b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c909f, #4bb9b4, #60e2e2, #f6c69d, #f17b5b);
}

Tides of Time color palette created on .