Tidal Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tidal Sunset palette

Share this palette to:

Tidal Sunset color palette CSS

/* CSS */
.color-1 {
color: #62c0bf;
}
.color-2 {
color: #f9a590;
}
.color-3 {
color: #f9cf5d;
}
.color-4 {
color: #f26d5f;
}
.color-5 {
color: #5d4e7e;
}

/* CSS Variables */
:root {
--color-1: #62c0bf;
--color-2: #f9a590;
--color-3: #f9cf5d;
--color-4: #f26d5f;
--color-5: #5d4e7e;
}

Tidal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #62c0bf, #f9a590, #f9cf5d, #f26d5f, #5d4e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #62c0bf, #f9a590, #f9cf5d, #f26d5f, #5d4e7e);
}

Tidal Sunset color palette created on .