Seductive Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seductive Rose palette

Share this palette to:

Seductive Rose color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #d8a19d;
}
.color-3 {
color: #d1576d;
}
.color-4 {
color: #a4566a;
}
.color-5 {
color: #7a2a3b;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #d8a19d;
--color-3: #d1576d;
--color-4: #a4566a;
--color-5: #7a2a3b;
}

Seductive Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #d8a19d, #d1576d, #a4566a, #7a2a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #d8a19d, #d1576d, #a4566a, #7a2a3b);
}

Seductive Rose color palette created on .