Urban Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Whisper palette

Share this palette to:

Urban Whisper color palette CSS

/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #c4c4c4;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #7d7d7d;
}
.color-5 {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #c4c4c4;
--color-3: #a1a1a1;
--color-4: #7d7d7d;
--color-5: #4d4d4d;
}

Urban Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #c4c4c4, #a1a1a1, #7d7d7d, #4d4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #c4c4c4, #a1a1a1, #7d7d7d, #4d4d4d);
}

Urban Whisper color palette created on .