Violet Rose Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Violet Rose Garden palette

Share this palette to:

Violet Rose Garden color palette CSS

/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #a8719b;
}
.color-3 {
color: #d09ab0;
}
.color-4 {
color: #f1c6d9;
}
.color-5 {
color: #e23c5d;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #a8719b;
--color-3: #d09ab0;
--color-4: #f1c6d9;
--color-5: #e23c5d;
}

Violet Rose Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #a8719b, #d09ab0, #f1c6d9, #e23c5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #a8719b, #d09ab0, #f1c6d9, #e23c5d);
}

Violet Rose Garden color palette created on .