Warm Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Colors palette
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);
}
Similar color palettes
- Groovy Garden Fiesta
- Sunset in the Garden of Adelaide
- Lotus Dreamscape
- Vibrant Pink
- Shades of Pink
- Enchanted Elegance
- Dimmed Blue Green Pink
- Pastel Pink and Green
- Elysian Reverie
- Orange Sunset
- Shades of Pink and Teal
- Pastel Green
- Peach Butterfly
- Soft Pink
- Butterfly Blue
- Sweet Orchard Bliss
- Meadow Whimsy
- Vibrant Pink Dream
Warm Colors color palette created on .