Royal Rosé Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Rosé Dreams palette

Share this palette to:

Royal Rosé Dreams color palette CSS

/* CSS */
.color-1 {
color: #fac7d8;
}
.color-2 {
color: #f5adc6;
}
.color-3 {
color: #f08abe;
}
.color-4 {
color: #e26aa2;
}
.color-5 {
color: #d84b8d;
}

/* CSS Variables */
:root {
--color-1: #fac7d8;
--color-2: #f5adc6;
--color-3: #f08abe;
--color-4: #e26aa2;
--color-5: #d84b8d;
}

Royal Rosé Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fac7d8, #f5adc6, #f08abe, #e26aa2, #d84b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fac7d8, #f5adc6, #f08abe, #e26aa2, #d84b8d);
}

Royal Rosé Dreams color palette created on .