Rose Cinnamon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Cinnamon palette
Rose Cinnamon color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d17c6b;
}
.color-3 {
color: #f1b1be;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #d3a7b4;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d17c6b;
--color-3: #f1b1be;
--color-4: #eab8c9;
--color-5: #d3a7b4;
}
Rose Cinnamon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d17c6b, #f1b1be, #eab8c9, #d3a7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d17c6b, #f1b1be, #eab8c9, #d3a7b4);
}
Similar color palettes
- Mushroom Brown
- Muted Red
- Whimsical Forest Harmony
- Rustic Ocean Embrace
- Whimsical Garden Harmony
- Warm Earthen Embrace
- Autumn Orange
- Autumn Embrace
- Autumn's Embrace
- Misty Forest Retreat
- Sunset Serenade
- Vibrant Yellow-Orange
- Warm Earthstone Harmony
- Driftwood Brown
- Light Brown Cottage
- Dark Blue Bat
- Rustic Red
- Earthy Green
Rose Cinnamon color palette created on .