Teal Sushi Color Palette
Discover the beautiful Teal Sushi color palette featuring tara (#e0f5e6), morning glory (#9fd5e0), tradewind (#68b1b6), keppel (#3a9c8e) and paradiso (#2c8081).
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 Teal Sushi palette
💻 Teal Sushi color palette CSS
/* CSS */
.color-1 {
color: #e0f5e6;
}
.color-2 {
color: #9fd5e0;
}
.color-3 {
color: #68b1b6;
}
.color-4 {
color: #3a9c8e;
}
.color-5 {
color: #2c8081;
}
/* CSS Variables */
:root {
--color-1: #e0f5e6;
--color-2: #9fd5e0;
--color-3: #68b1b6;
--color-4: #3a9c8e;
--color-5: #2c8081;
}
🌈 Teal Sushi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f5e6, #9fd5e0, #68b1b6, #3a9c8e, #2c8081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f5e6, #9fd5e0, #68b1b6, #3a9c8e, #2c8081);
}
🔗 Explore similar color palettes
Teal Sushi color palette created on .