Vintage Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Whimsy palette

Share this palette to:

Vintage Whimsy color palette CSS

/* CSS */
.color-1 {
color: #ff7a6b;
}
.color-2 {
color: #ffcf66;
}
.color-3 {
color: #8fe5b4;
}
.color-4 {
color: #830c7f;
}
.color-5 {
color: #e4a2a0;
}

/* CSS Variables */
:root {
--color-1: #ff7a6b;
--color-2: #ffcf66;
--color-3: #8fe5b4;
--color-4: #830c7f;
--color-5: #e4a2a0;
}

Vintage Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7a6b, #ffcf66, #8fe5b4, #830c7f, #e4a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7a6b, #ffcf66, #8fe5b4, #830c7f, #e4a2a0);
}

Vintage Whimsy color palette created on .