Blushing Rose Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Rose Reverie palette
Blushing Rose Reverie color palette CSS
/* CSS */
.color-1 {
color: #fbf9f9;
}
.color-2 {
color: #cfafb9;
}
.color-3 {
color: #ad7686;
}
.color-4 {
color: #934d63;
}
.color-5 {
color: #812c47;
}
/* CSS Variables */
:root {
--color-1: #fbf9f9;
--color-2: #cfafb9;
--color-3: #ad7686;
--color-4: #934d63;
--color-5: #812c47;
}
Blushing Rose Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbf9f9, #cfafb9, #ad7686, #934d63, #812c47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbf9f9, #cfafb9, #ad7686, #934d63, #812c47);
}
Similar color palettes
Blushing Rose Reverie color palette created on .