Royal Rosé Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Rosé Dreams palette
Royal Rosé Dreams color palette CSS
/* CSS */
.color-1 {
color: #fed7d9;
}
.color-2 {
color: #fdc4c8;
}
.color-3 {
color: #fbacc1;
}
.color-4 {
color: #f887a7;
}
.color-5 {
color: #f66094;
}
/* CSS Variables */
:root {
--color-1: #fed7d9;
--color-2: #fdc4c8;
--color-3: #fbacc1;
--color-4: #f887a7;
--color-5: #f66094;
}
Royal Rosé Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed7d9, #fdc4c8, #fbacc1, #f887a7, #f66094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed7d9, #fdc4c8, #fbacc1, #f887a7, #f66094);
}
Similar color palettes
Royal Rosé Dreams color palette created on .