Rosy Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rosy Reverie palette
Rosy Reverie color palette CSS
/* CSS */
.color-1 {
color: #68223e;
}
.color-2 {
color: #b05465;
}
.color-3 {
color: #d68093;
}
.color-4 {
color: #f5b2c2;
}
.color-5 {
color: #f7dee5;
}
/* CSS Variables */
:root {
--color-1: #68223e;
--color-2: #b05465;
--color-3: #d68093;
--color-4: #f5b2c2;
--color-5: #f7dee5;
}
Rosy Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68223e, #b05465, #d68093, #f5b2c2, #f7dee5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68223e, #b05465, #d68093, #f5b2c2, #f7dee5);
}
Similar color palettes
Scroll down to explore 60+ Amber color palettes
Rosy Reverie color palette created on .