Rose Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Garden palette
Rose Garden color palette CSS
/* CSS */
.color-1 {
color: #ff0080;
}
.color-2 {
color: #ff5c8a;
}
.color-3 {
color: #ff8fab;
}
.color-4 {
color: #ffc2cf;
}
.color-5 {
color: #ffe0e5;
}
/* CSS Variables */
:root {
--color-1: #ff0080;
--color-2: #ff5c8a;
--color-3: #ff8fab;
--color-4: #ffc2cf;
--color-5: #ffe0e5;
}
Rose Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0080, #ff5c8a, #ff8fab, #ffc2cf, #ffe0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0080, #ff5c8a, #ff8fab, #ffc2cf, #ffe0e5);
}
Similar color palettes
Rose Garden color palette created on .