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: #ffdedb;
}
.color-2 {
color: #d7edcf;
}
.color-3 {
color: #fef3cd;
}
.color-4 {
color: #fad1d7;
}
.color-5 {
color: #bfc6e8;
}

/* CSS Variables */
:root {
--color-1: #ffdedb;
--color-2: #d7edcf;
--color-3: #fef3cd;
--color-4: #fad1d7;
--color-5: #bfc6e8;
}

Warm Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdedb, #d7edcf, #fef3cd, #fad1d7, #bfc6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdedb, #d7edcf, #fef3cd, #fad1d7, #bfc6e8);
}

Warm Colors color palette created on .