Whimsical Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Waves palette

Share this palette to:

Whimsical Waves color palette CSS

/* CSS */
.color-1 {
color: #ff0000;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #3e5b98;
}

/* CSS Variables */
:root {
--color-1: #ff0000;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #690571;
--color-5: #3e5b98;
}

Whimsical Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0000, #ffcb5c, #88d8b0, #690571, #3e5b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0000, #ffcb5c, #88d8b0, #690571, #3e5b98);
}

Whimsical Waves color palette created on .