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: #f7c0d5;
}
.color-2 {
color: #f1a7c5;
}
.color-3 {
color: #e87dba;
}
.color-4 {
color: #d45e9b;
}
.color-5 {
color: #c54487;
}

/* CSS Variables */
:root {
--color-1: #f7c0d5;
--color-2: #f1a7c5;
--color-3: #e87dba;
--color-4: #d45e9b;
--color-5: #c54487;
}

Royal Rosé Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c0d5, #f1a7c5, #e87dba, #d45e9b, #c54487);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c0d5, #f1a7c5, #e87dba, #d45e9b, #c54487);
}

Royal Rosé Dreams color palette created on .