Turquoise Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Sunset palette

Share this palette to:

Download Turquoise Sunset Color Palette (PNG)

Download turquoise sunset color palette PNG image (landscape)
Download turquoise sunset color palette PNG image (square)

Turquoise Sunset color palette CSS

/* CSS */
.color-1 {
color: #a5e9db;
}
.color-2 {
color: #b4daf3;
}
.color-3 {
color: #dcc0e7;
}
.color-4 {
color: #fbddac;
}
.color-5 {
color: #f7c1bb;
}

/* CSS Variables */
:root {
--color-1: #a5e9db;
--color-2: #b4daf3;
--color-3: #dcc0e7;
--color-4: #fbddac;
--color-5: #f7c1bb;
}

Turquoise Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e9db, #b4daf3, #dcc0e7, #fbddac, #f7c1bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e9db, #b4daf3, #dcc0e7, #fbddac, #f7c1bb);
}

Similar color palettes

Turquoise Sunset color palette created on .