Wistful Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wistful Blue palette

Share this palette to:

Wistful Blue color palette CSS

/* CSS */
.color-1 {
color: #a5a9d4;
}
.color-2 {
color: #b3b6df;
}
.color-3 {
color: #c8c8e4;
}
.color-4 {
color: #e8d9e0;
}
.color-5 {
color: #f6b26a;
}

/* CSS Variables */
:root {
--color-1: #a5a9d4;
--color-2: #b3b6df;
--color-3: #c8c8e4;
--color-4: #e8d9e0;
--color-5: #f6b26a;
}

Wistful Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a9d4, #b3b6df, #c8c8e4, #e8d9e0, #f6b26a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a9d4, #b3b6df, #c8c8e4, #e8d9e0, #f6b26a);
}

Wistful Blue color palette created on .