Shades of Charade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Charade palette

Share this palette to:

Shades of Charade color palette CSS

/* CSS */
.color-1 {
color: #292938;
}
.color-2 {
color: #4b4e5d;
}
.color-3 {
color: #6d7383;
}
.color-4 {
color: #a2a7b4;
}
.color-5 {
color: #d1d5e0;
}

/* CSS Variables */
:root {
--color-1: #292938;
--color-2: #4b4e5d;
--color-3: #6d7383;
--color-4: #a2a7b4;
--color-5: #d1d5e0;
}

Shades of Charade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292938, #4b4e5d, #6d7383, #a2a7b4, #d1d5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292938, #4b4e5d, #6d7383, #a2a7b4, #d1d5e0);
}

Shades of Charade color palette created on .