1900s Mental Asylum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 1900s Mental Asylum palette

Share this palette to:

1900s Mental Asylum color palette CSS

/* CSS */
.color-1 {
color: #6d7d97;
}
.color-2 {
color: #a9bac7;
}
.color-3 {
color: #c9d8e4;
}
.color-4 {
color: #dfc4b3;
}
.color-5 {
color: #d7998e;
}

/* CSS Variables */
:root {
--color-1: #6d7d97;
--color-2: #a9bac7;
--color-3: #c9d8e4;
--color-4: #dfc4b3;
--color-5: #d7998e;
}

1900s Mental Asylum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d7d97, #a9bac7, #c9d8e4, #dfc4b3, #d7998e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d7d97, #a9bac7, #c9d8e4, #dfc4b3, #d7998e);
}

1900s Mental Asylum color palette created on .