Rose Gardens Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rose Gardens palette

Share this palette to:

Rose Gardens color palette PNG image

Download rose gardens color palette PNG image (landscape)
Download rose gardens color palette PNG image (square)

Rose Gardens color palette CSS

/* CSS */
.color-1 {
color: #d25b8d;
}
.color-2 {
color: #e3bac6;
}
.color-3 {
color: #f6e1df;
}
.color-4 {
color: #bad9a6;
}
.color-5 {
color: #f3a64f;
}

/* CSS Variables */
:root {
--color-1: #d25b8d;
--color-2: #e3bac6;
--color-3: #f6e1df;
--color-4: #bad9a6;
--color-5: #f3a64f;
}

Rose Gardens background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d25b8d, #e3bac6, #f6e1df, #bad9a6, #f3a64f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d25b8d, #e3bac6, #f6e1df, #bad9a6, #f3a64f);
}

Rose Gardens color palette created on .