Obsession Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Obsession palette

Share this palette to:

Obsession color palette PNG image

Download obsession color palette PNG image (landscape)
Download obsession color palette PNG image (square)

Obsession color palette CSS

/* CSS */
.color-1 {
color: #c94a68;
}
.color-2 {
color: #f9a79f;
}
.color-3 {
color: #fce7d4;
}
.color-4 {
color: #c5e2d4;
}
.color-5 {
color: #4ccdc4;
}

/* CSS Variables */
:root {
--color-1: #c94a68;
--color-2: #f9a79f;
--color-3: #fce7d4;
--color-4: #c5e2d4;
--color-5: #4ccdc4;
}

Obsession background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94a68, #f9a79f, #fce7d4, #c5e2d4, #4ccdc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94a68, #f9a79f, #fce7d4, #c5e2d4, #4ccdc4);
}

Obsession color palette created on .