Whimsical Riot Color Palette
Discover the beautiful Whimsical Riot color palette featuring contessa (#c6776b), twine (#c39a60), tan (#caa97c), ship cove (#7c9ab7) and turkish rose (#bd6c7f).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Whimsical Riot palette
💻 Whimsical Riot color palette CSS
/* CSS */
.color-1 {
color: #c6776b;
}
.color-2 {
color: #c39a60;
}
.color-3 {
color: #caa97c;
}
.color-4 {
color: #7c9ab7;
}
.color-5 {
color: #bd6c7f;
}
/* CSS Variables */
:root {
--color-1: #c6776b;
--color-2: #c39a60;
--color-3: #caa97c;
--color-4: #7c9ab7;
--color-5: #bd6c7f;
} 🌈 Whimsical Riot background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6776b, #c39a60, #caa97c, #7c9ab7, #bd6c7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6776b, #c39a60, #caa97c, #7c9ab7, #bd6c7f);
} 🔗 Explore similar color palettes
Whimsical Riot color palette created on .