Whimsical Simplicity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Simplicity palette

Share this palette to:

Whimsical Simplicity color palette CSS

/* CSS */
.color-1 {
color: #f2f0c4;
}
.color-2 {
color: #c2c6a9;
}
.color-3 {
color: #a0a0a7;
}
.color-4 {
color: #6e7c96;
}
.color-5 {
color: #3d4a8a;
}

/* CSS Variables */
:root {
--color-1: #f2f0c4;
--color-2: #c2c6a9;
--color-3: #a0a0a7;
--color-4: #6e7c96;
--color-5: #3d4a8a;
}

Whimsical Simplicity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f0c4, #c2c6a9, #a0a0a7, #6e7c96, #3d4a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f0c4, #c2c6a9, #a0a0a7, #6e7c96, #3d4a8a);
}

Whimsical Simplicity color palette created on .