Rustic Rosewood Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Rosewood Reverie palette
Rustic Rosewood Reverie color palette CSS
/* CSS */
.color-1 {
color: #e1c6bc;
}
.color-2 {
color: #d25b63;
}
.color-3 {
color: #81605f;
}
.color-4 {
color: #533234;
}
.color-5 {
color: #291919;
}
/* CSS Variables */
:root {
--color-1: #e1c6bc;
--color-2: #d25b63;
--color-3: #81605f;
--color-4: #533234;
--color-5: #291919;
}
Rustic Rosewood Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c6bc, #d25b63, #81605f, #533234, #291919);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c6bc, #d25b63, #81605f, #533234, #291919);
}
Similar color palettes
Scroll down to explore 4 Soft pink color palettes
Rustic Rosewood Reverie color palette created on .