Identity Crisis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Identity Crisis palette

Share this palette to:

Identity Crisis color palette CSS

/* CSS */
.color-1 {
color: #30313b;
}
.color-2 {
color: #969ca6;
}
.color-3 {
color: #eef0f1;
}
.color-4 {
color: #b95b66;
}
.color-5 {
color: #9e3d4d;
}

/* CSS Variables */
:root {
--color-1: #30313b;
--color-2: #969ca6;
--color-3: #eef0f1;
--color-4: #b95b66;
--color-5: #9e3d4d;
}

Identity Crisis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30313b, #969ca6, #eef0f1, #b95b66, #9e3d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30313b, #969ca6, #eef0f1, #b95b66, #9e3d4d);
}

Identity Crisis color palette created on .