Warm Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Tones palette

Share this palette to:

Warm Tones color palette CSS

/* CSS */
.color-1 {
color: #f78d1d;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e9e3af;
}
.color-4 {
color: #3ea8a2;
}
.color-5 {
color: #2b5c5f;
}

/* CSS Variables */
:root {
--color-1: #f78d1d;
--color-2: #f1c84b;
--color-3: #e9e3af;
--color-4: #3ea8a2;
--color-5: #2b5c5f;
}

Warm Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f78d1d, #f1c84b, #e9e3af, #3ea8a2, #2b5c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f78d1d, #f1c84b, #e9e3af, #3ea8a2, #2b5c5f);
}

Warm Tones color palette created on .