Turkey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turkey palette

Share this palette to:

Turkey color palette CSS

/* CSS */
.color-1 {
color: #c75b29;
}
.color-2 {
color: #d7996a;
}
.color-3 {
color: #e8bfa6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #a1c879;
}

/* CSS Variables */
:root {
--color-1: #c75b29;
--color-2: #d7996a;
--color-3: #e8bfa6;
--color-4: #f1c84b;
--color-5: #a1c879;
}

Turkey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75b29, #d7996a, #e8bfa6, #f1c84b, #a1c879);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75b29, #d7996a, #e8bfa6, #f1c84b, #a1c879);
}

Turkey color palette created on .