Whimsical Wraiths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Wraiths palette

Share this palette to:

Whimsical Wraiths color palette CSS

/* CSS */
.color-1 {
color: #e8e9f3;
}
.color-2 {
color: #d5d5e7;
}
.color-3 {
color: #a0b2cf;
}
.color-4 {
color: #7c9db6;
}
.color-5 {
color: #3c6d9a;
}

/* CSS Variables */
:root {
--color-1: #e8e9f3;
--color-2: #d5d5e7;
--color-3: #a0b2cf;
--color-4: #7c9db6;
--color-5: #3c6d9a;
}

Whimsical Wraiths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e9f3, #d5d5e7, #a0b2cf, #7c9db6, #3c6d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e9f3, #d5d5e7, #a0b2cf, #7c9db6, #3c6d9a);
}

Whimsical Wraiths color palette created on .