Venti Color Palette
Discover the beautiful Venti color palette featuring ming (#3d6a8f), breaker bay (#599aa6), sinbad (#a4d0d6), sidecar (#f1e4b7) and jaffa (#f27b40).
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 Venti palette
💻 Venti color palette CSS
/* CSS */
.color-1 {
color: #3d6a8f;
}
.color-2 {
color: #599aa6;
}
.color-3 {
color: #a4d0d6;
}
.color-4 {
color: #f1e4b7;
}
.color-5 {
color: #f27b40;
}
/* CSS Variables */
:root {
--color-1: #3d6a8f;
--color-2: #599aa6;
--color-3: #a4d0d6;
--color-4: #f1e4b7;
--color-5: #f27b40;
}
🌈 Venti background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6a8f, #599aa6, #a4d0d6, #f1e4b7, #f27b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6a8f, #599aa6, #a4d0d6, #f1e4b7, #f27b40);
}
🔗 Explore similar color palettes
Venti color palette created on .