Whimsical Wisdom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Wisdom palette

Share this palette to:

Whimsical Wisdom color palette CSS

/* CSS */
.color-1 {
color: #a9d6e5;
}
.color-2 {
color: #f5b561;
}
.color-3 {
color: #f8c8a0;
}
.color-4 {
color: #c7b2d2;
}
.color-5 {
color: #685b9a;
}

/* CSS Variables */
:root {
--color-1: #a9d6e5;
--color-2: #f5b561;
--color-3: #f8c8a0;
--color-4: #c7b2d2;
--color-5: #685b9a;
}

Whimsical Wisdom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6e5, #f5b561, #f8c8a0, #c7b2d2, #685b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6e5, #f5b561, #f8c8a0, #c7b2d2, #685b9a);
}

Whimsical Wisdom color palette created on .