Tainted Tide Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tainted Tide Elegance palette

Share this palette to:

Download Tainted Tide Elegance Color Palette (PNG)

Download tainted tide elegance color palette PNG image (landscape)
Download tainted tide elegance color palette PNG image (square)

Tainted Tide Elegance color palette CSS

/* CSS */
.color-1 {
color: #4a93b5;
}
.color-2 {
color: #67bcbc;
}
.color-3 {
color: #9bd3df;
}
.color-4 {
color: #e5c2d5;
}
.color-5 {
color: #d883a2;
}

/* CSS Variables */
:root {
--color-1: #4a93b5;
--color-2: #67bcbc;
--color-3: #9bd3df;
--color-4: #e5c2d5;
--color-5: #d883a2;
}

Tainted Tide Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a93b5, #67bcbc, #9bd3df, #e5c2d5, #d883a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a93b5, #67bcbc, #9bd3df, #e5c2d5, #d883a2);
}

Tainted Tide Elegance color palette created on .