Whimsical Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Shadows palette

Share this palette to:

Whimsical Shadows color palette CSS

/* CSS */
.color-1 {
color: #4b2c4e;
}
.color-2 {
color: #784a71;
}
.color-3 {
color: #c87e93;
}
.color-4 {
color: #f6b6c1;
}
.color-5 {
color: #ffebef;
}

/* CSS Variables */
:root {
--color-1: #4b2c4e;
--color-2: #784a71;
--color-3: #c87e93;
--color-4: #f6b6c1;
--color-5: #ffebef;
}

Whimsical Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c4e, #784a71, #c87e93, #f6b6c1, #ffebef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c4e, #784a71, #c87e93, #f6b6c1, #ffebef);
}

Whimsical Shadows color palette created on .