A Confusion So Thick Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with A Confusion So Thick palette

Share this palette to:

A Confusion So Thick color palette PNG image

Download a confusion so thick color palette PNG image (landscape)
Download a confusion so thick color palette PNG image (square)

A Confusion So Thick color palette CSS

/* CSS */
.color-1 {
color: #4e5265;
}
.color-2 {
color: #252537;
}
.color-3 {
color: #f4f4f6;
}
.color-4 {
color: #998f97;
}
.color-5 {
color: #c5b0aa;
}

/* CSS Variables */
:root {
--color-1: #4e5265;
--color-2: #252537;
--color-3: #f4f4f6;
--color-4: #998f97;
--color-5: #c5b0aa;
}

A Confusion So Thick background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e5265, #252537, #f4f4f6, #998f97, #c5b0aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e5265, #252537, #f4f4f6, #998f97, #c5b0aa);
}

A Confusion So Thick color palette created on .