Warm Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Rose palette
Warm Rose color palette CSS
/* CSS */
.color-1 {
color: #381200;
}
.color-2 {
color: #f6e5da;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #d98a68;
}
.color-5 {
color: #e3c1b0;
}
/* CSS Variables */
:root {
--color-1: #381200;
--color-2: #f6e5da;
--color-3: #e3b8a1;
--color-4: #d98a68;
--color-5: #e3c1b0;
}
Warm Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381200, #f6e5da, #e3b8a1, #d98a68, #e3c1b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381200, #f6e5da, #e3b8a1, #d98a68, #e3c1b0);
}
Similar color palettes
Scroll down to explore 200+ Autumn color palettes
Warm Rose color palette created on .