Rose Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rose Garden palette

Share this palette to:

Rose Garden color palette PNG image

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

Rose Garden color palette CSS

/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f8c9d6;
}
.color-3 {
color: #f4e1e1;
}
.color-4 {
color: #d2b1c5;
}
.color-5 {
color: #eab8db;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f8c9d6;
--color-3: #f4e1e1;
--color-4: #d2b1c5;
--color-5: #eab8db;
}

Rose Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f8c9d6, #f4e1e1, #d2b1c5, #eab8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f8c9d6, #f4e1e1, #d2b1c5, #eab8db);
}

Rose Garden color palette created on .