Seductive Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seductive Harmony palette

Share this palette to:

Seductive Harmony color palette CSS

/* CSS */
.color-1 {
color: #4b0c1a;
}
.color-2 {
color: #6d2c3e;
}
.color-3 {
color: #9e4c6a;
}
.color-4 {
color: #da8b97;
}
.color-5 {
color: #f2c5cf;
}

/* CSS Variables */
:root {
--color-1: #4b0c1a;
--color-2: #6d2c3e;
--color-3: #9e4c6a;
--color-4: #da8b97;
--color-5: #f2c5cf;
}

Seductive Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c1a, #6d2c3e, #9e4c6a, #da8b97, #f2c5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c1a, #6d2c3e, #9e4c6a, #da8b97, #f2c5cf);
}

Seductive Harmony color palette created on .