Toga Color Palette
Discover the beautiful Toga color palette featuring white linen (#f9f5eb), parchment (#eee1cd), rose fog (#e4c1af), eunry (#d4b2a0) and quicksand (#c39d88).
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 Toga palette
💻 Toga color palette CSS
/* CSS */
.color-1 {
color: #f9f5eb;
}
.color-2 {
color: #eee1cd;
}
.color-3 {
color: #e4c1af;
}
.color-4 {
color: #d4b2a0;
}
.color-5 {
color: #c39d88;
}
/* CSS Variables */
:root {
--color-1: #f9f5eb;
--color-2: #eee1cd;
--color-3: #e4c1af;
--color-4: #d4b2a0;
--color-5: #c39d88;
}
🌈 Toga background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f5eb, #eee1cd, #e4c1af, #d4b2a0, #c39d88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f5eb, #eee1cd, #e4c1af, #d4b2a0, #c39d88);
}
🔗 Explore similar color palettes
Toga color palette created on .