Toga Color Palette
Discover the beautiful Toga color palette featuring white linen (#f9f4ea), parchment (#efe2cf), rose fog (#e4c1b0), cameo (#d5b3a1) and oriental pink (#c49e8a).
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: #f9f4ea;
}
.color-2 {
color: #efe2cf;
}
.color-3 {
color: #e4c1b0;
}
.color-4 {
color: #d5b3a1;
}
.color-5 {
color: #c49e8a;
}
/* CSS Variables */
:root {
--color-1: #f9f4ea;
--color-2: #efe2cf;
--color-3: #e4c1b0;
--color-4: #d5b3a1;
--color-5: #c49e8a;
} 🌈 Toga background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f4ea, #efe2cf, #e4c1b0, #d5b3a1, #c49e8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f4ea, #efe2cf, #e4c1b0, #d5b3a1, #c49e8a);
} 🔗 Explore similar color palettes
Toga color palette created on .