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: #f74b8a;
}
.color-2 {
color: #f5b2c1;
}
.color-3 {
color: #f7d4d7;
}
.color-4 {
color: #f9e1e5;
}
.color-5 {
color: #fce8eb;
}
/* CSS Variables */
:root {
--color-1: #f74b8a;
--color-2: #f5b2c1;
--color-3: #f7d4d7;
--color-4: #f9e1e5;
--color-5: #fce8eb;
}
Rosy Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f74b8a, #f5b2c1, #f7d4d7, #f9e1e5, #fce8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f74b8a, #f5b2c1, #f7d4d7, #f9e1e5, #fce8eb);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Rosy Reverie color palette created on .