Autumn Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Rose palette
Autumn Rose color palette PNG image
Autumn Rose color palette CSS
/* CSS */
.color-1 {
color: #260809;
}
.color-2 {
color: #441316;
}
.color-3 {
color: #5b2429;
}
.color-4 {
color: #793e45;
}
.color-5 {
color: #8a515a;
}
/* CSS Variables */
:root {
--color-1: #260809;
--color-2: #441316;
--color-3: #5b2429;
--color-4: #793e45;
--color-5: #8a515a;
}
Autumn Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #260809, #441316, #5b2429, #793e45, #8a515a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #260809, #441316, #5b2429, #793e45, #8a515a);
}
Similar color palettes
Autumn Rose color palette created on .