Autumn's Warm Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn's Warm Embrace palette
Autumn's Warm Embrace color palette CSS
/* CSS */
.color-1 {
color: #f6b6bf;
}
.color-2 {
color: #fbcf23;
}
.color-3 {
color: #f15a3b;
}
.color-4 {
color: #a34d2e;
}
.color-5 {
color: #553216;
}
/* CSS Variables */
:root {
--color-1: #f6b6bf;
--color-2: #fbcf23;
--color-3: #f15a3b;
--color-4: #a34d2e;
--color-5: #553216;
}
Autumn's Warm Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6bf, #fbcf23, #f15a3b, #a34d2e, #553216);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6bf, #fbcf23, #f15a3b, #a34d2e, #553216);
}
Similar color palettes
- Sakura Sunrise Dream
- Sakura Sunrise Dream
- Theo's Whimsical Garden
- Vivid Vee's Embrace
- Gummy Dreams
- Vibrant Orange
- Pink Sunshine
- Electric Slime Fusion
- Sunset Citrus Bliss
- Light Yellow and Light Red
- Warm Yellow
- Electric Dreamscape
- Electric Dreamscape
- Light Yellow and Light Red
- Whimsical Garden Harmony
- Berry Pink
- Sunset Garden
- Wilderness Bloom
Autumn's Warm Embrace color palette created on .