Roses Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Roses Garden palette

Share this palette to:

Roses Garden color palette PNG image

Download roses garden color palette PNG image (landscape)
Download roses garden color palette PNG image (square)

Roses Garden color palette CSS

/* CSS */
.color-1 {
color: #d85a9b;
}
.color-2 {
color: #f1a7c6;
}
.color-3 {
color: #f4c3d8;
}
.color-4 {
color: #e1b1e2;
}
.color-5 {
color: #c3d9e9;
}

/* CSS Variables */
:root {
--color-1: #d85a9b;
--color-2: #f1a7c6;
--color-3: #f4c3d8;
--color-4: #e1b1e2;
--color-5: #c3d9e9;
}

Roses Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85a9b, #f1a7c6, #f4c3d8, #e1b1e2, #c3d9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85a9b, #f1a7c6, #f4c3d8, #e1b1e2, #c3d9e9);
}

Roses Garden color palette created on .