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: #f9e5b4;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #794a2a;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e17033;
}

/* CSS Variables */
:root {
--color-1: #f9e5b4;
--color-2: #a3d7e0;
--color-3: #794a2a;
--color-4: #f0a800;
--color-5: #e17033;
}

Warm Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e5b4, #a3d7e0, #794a2a, #f0a800, #e17033);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e5b4, #a3d7e0, #794a2a, #f0a800, #e17033);
}

Warm Tones color palette created on .