Uranium Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Uranium Whisper palette

Share this palette to:

Uranium Whisper color palette CSS

/* CSS */
.color-1 {
color: #4e6c88;
}
.color-2 {
color: #7e9c6d;
}
.color-3 {
color: #c4c240;
}
.color-4 {
color: #d4b83a;
}
.color-5 {
color: #7d5a2b;
}

/* CSS Variables */
:root {
--color-1: #4e6c88;
--color-2: #7e9c6d;
--color-3: #c4c240;
--color-4: #d4b83a;
--color-5: #7d5a2b;
}

Uranium Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6c88, #7e9c6d, #c4c240, #d4b83a, #7d5a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6c88, #7e9c6d, #c4c240, #d4b83a, #7d5a2b);
}

Uranium Whisper color palette created on .