Whimsical Wires Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Wires palette

Share this palette to:

Whimsical Wires color palette CSS

/* CSS */
.color-1 {
color: #fdc763;
}
.color-2 {
color: #fd8a26;
}
.color-3 {
color: #fd4e57;
}
.color-4 {
color: #e82cbc;
}
.color-5 {
color: #15d5ef;
}

/* CSS Variables */
:root {
--color-1: #fdc763;
--color-2: #fd8a26;
--color-3: #fd4e57;
--color-4: #e82cbc;
--color-5: #15d5ef;
}

Whimsical Wires background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdc763, #fd8a26, #fd4e57, #e82cbc, #15d5ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdc763, #fd8a26, #fd4e57, #e82cbc, #15d5ef);
}

Whimsical Wires color palette created on .