Warm Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Colors palette

Share this palette to:

Warm Colors color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffa98f;
}
.color-5 {
color: #a4d76a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9dc5;
--color-3: #ffb84d;
--color-4: #ffa98f;
--color-5: #a4d76a;
}

Warm Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9dc5, #ffb84d, #ffa98f, #a4d76a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9dc5, #ffb84d, #ffa98f, #a4d76a);
}

Warm Colors color palette created on .