Turquoise and Brown Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise and Brown Harmony palette

Share this palette to:

Turquoise and Brown Harmony color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #2a808d;
}
.color-3 {
color: #2c5e6d;
}
.color-4 {
color: #a6c6c9;
}
.color-5 {
color: #e3b40d;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #2a808d;
--color-3: #2c5e6d;
--color-4: #a6c6c9;
--color-5: #e3b40d;
}

Turquoise and Brown Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #2a808d, #2c5e6d, #a6c6c9, #e3b40d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #2a808d, #2c5e6d, #a6c6c9, #e3b40d);
}

Turquoise and Brown Harmony color palette created on .