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 PNG image

Download whimsical wisdom color palette PNG image (landscape)
Download whimsical wisdom color palette PNG image (square)

Whimsical Wisdom color palette CSS

/* CSS */
.color-1 {
color: #b8c7e0;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f3d458;
}
.color-5 {
color: #e4b4d4;
}

/* CSS Variables */
:root {
--color-1: #b8c7e0;
--color-2: #f4c29f;
--color-3: #f1a8a2;
--color-4: #f3d458;
--color-5: #e4b4d4;
}

Whimsical Wisdom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c7e0, #f4c29f, #f1a8a2, #f3d458, #e4b4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c7e0, #f4c29f, #f1a8a2, #f3d458, #e4b4d4);
}

Whimsical Wisdom color palette created on .