Whimsical Stone Dance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Stone Dance palette

Share this palette to:

Whimsical Stone Dance color palette CSS

/* CSS */
.color-1 {
color: #d2c7b2;
}
.color-2 {
color: #c4b1a1;
}
.color-3 {
color: #a67f7d;
}
.color-4 {
color: #7b4c7b;
}
.color-5 {
color: #4c2b7d;
}

/* CSS Variables */
:root {
--color-1: #d2c7b2;
--color-2: #c4b1a1;
--color-3: #a67f7d;
--color-4: #7b4c7b;
--color-5: #4c2b7d;
}

Whimsical Stone Dance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c7b2, #c4b1a1, #a67f7d, #7b4c7b, #4c2b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c7b2, #c4b1a1, #a67f7d, #7b4c7b, #4c2b7d);
}

Whimsical Stone Dance color palette created on .