Tidal Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tidal Sunrise palette

Share this palette to:

Tidal Sunrise color palette CSS

/* CSS */
.color-1 {
color: #1a90ad;
}
.color-2 {
color: #6cbfef;
}
.color-3 {
color: #f7d36e;
}
.color-4 {
color: #faa700;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #1a90ad;
--color-2: #6cbfef;
--color-3: #f7d36e;
--color-4: #faa700;
--color-5: #f47b1f;
}

Tidal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a90ad, #6cbfef, #f7d36e, #faa700, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a90ad, #6cbfef, #f7d36e, #faa700, #f47b1f);
}

Tidal Sunrise color palette created on .