Warm Pastels Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Pastels palette

Share this palette to:

Warm Pastels color palette CSS

/* CSS */
.color-1 {
color: #f7a8a1;
}
.color-2 {
color: #f4d49a;
}
.color-3 {
color: #fef0b4;
}
.color-4 {
color: #afe4da;
}
.color-5 {
color: #80b1e5;
}

/* CSS Variables */
:root {
--color-1: #f7a8a1;
--color-2: #f4d49a;
--color-3: #fef0b4;
--color-4: #afe4da;
--color-5: #80b1e5;
}

Warm Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a8a1, #f4d49a, #fef0b4, #afe4da, #80b1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a8a1, #f4d49a, #fef0b4, #afe4da, #80b1e5);
}

Warm Pastels color palette created on .