Woven Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Woven Whimsy palette

Share this palette to:

Woven Whimsy color palette CSS

/* CSS */
.color-1 {
color: #b05e82;
}
.color-2 {
color: #e4b4bf;
}
.color-3 {
color: #ffc2d0;
}
.color-4 {
color: #ffd6a3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #b05e82;
--color-2: #e4b4bf;
--color-3: #ffc2d0;
--color-4: #ffd6a3;
--color-5: #ff6e61;
}

Woven Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05e82, #e4b4bf, #ffc2d0, #ffd6a3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05e82, #e4b4bf, #ffc2d0, #ffd6a3, #ff6e61);
}

Woven Whimsy color palette created on .