Rosewood Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rosewood Reverie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rosewood Reverie Color Palette (PNG)
Rosewood Reverie color palette CSS
/* CSS */
.color-1 {
color: #a47c74;
}
.color-2 {
color: #904e4c;
}
.color-3 {
color: #eac7b3;
}
.color-4 {
color: #f0d399;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #a47c74;
--color-2: #904e4c;
--color-3: #eac7b3;
--color-4: #f0d399;
--color-5: #000000;
}
Rosewood Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a47c74, #904e4c, #eac7b3, #f0d399, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a47c74, #904e4c, #eac7b3, #f0d399, #000000);
}
Similar color palettes
Rosewood Reverie color palette created on .