Blue Wonder Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Wonder palette

Share this palette to:

Blue Wonder color palette CSS

/* CSS */
.color-1 {
color: #f9a94e;
}
.color-2 {
color: #f8c3b4;
}
.color-3 {
color: #a6e2cf;
}
.color-4 {
color: #6cc5e5;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f8c3b4;
--color-3: #a6e2cf;
--color-4: #6cc5e5;
--color-5: #4b91e2;
}

Blue Wonder background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f8c3b4, #a6e2cf, #6cc5e5, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f8c3b4, #a6e2cf, #6cc5e5, #4b91e2);
}

Blue Wonder color palette created on .