Rose Victorian Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Victorian palette
Rose Victorian color palette CSS
/* CSS */
.color-1 {
color: #a36c8a;
}
.color-2 {
color: #e0aeb4;
}
.color-3 {
color: #f5e6e0;
}
.color-4 {
color: #d6c5b8;
}
.color-5 {
color: #b58978;
}
/* CSS Variables */
:root {
--color-1: #a36c8a;
--color-2: #e0aeb4;
--color-3: #f5e6e0;
--color-4: #d6c5b8;
--color-5: #b58978;
}
Rose Victorian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a36c8a, #e0aeb4, #f5e6e0, #d6c5b8, #b58978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a36c8a, #e0aeb4, #f5e6e0, #d6c5b8, #b58978);
}
Similar color palettes
Rose Victorian color palette created on .