Rowdy Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rowdy Reverie palette
Rowdy Reverie color palette PNG image
Rowdy Reverie color palette CSS
/* CSS */
.color-1 {
color: #9a5b89;
}
.color-2 {
color: #e2c2a2;
}
.color-3 {
color: #fcf6c0;
}
.color-4 {
color: #f6b531;
}
.color-5 {
color: #d95f26;
}
/* CSS Variables */
:root {
--color-1: #9a5b89;
--color-2: #e2c2a2;
--color-3: #fcf6c0;
--color-4: #f6b531;
--color-5: #d95f26;
}
Rowdy Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a5b89, #e2c2a2, #fcf6c0, #f6b531, #d95f26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a5b89, #e2c2a2, #fcf6c0, #f6b531, #d95f26);
}
Similar color palettes
Rowdy Reverie color palette created on .