Tunner Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tunner palette

Share this palette to:

Tunner color palette CSS

/* CSS */
.color-1 {
color: #007065;
}
.color-2 {
color: #0a948b;
}
.color-3 {
color: #39dbca;
}
.color-4 {
color: #88e7e4;
}
.color-5 {
color: #9fd6d6;
}

/* CSS Variables */
:root {
--color-1: #007065;
--color-2: #0a948b;
--color-3: #39dbca;
--color-4: #88e7e4;
--color-5: #9fd6d6;
}

Tunner background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007065, #0a948b, #39dbca, #88e7e4, #9fd6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007065, #0a948b, #39dbca, #88e7e4, #9fd6d6);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Tunner color palette created on .