10s Bright Vibes Color Palette
Discover the beautiful 10s Bright Vibes color palette featuring paradiso (#3a8c8d), downy (#5fd3c2), water leaf (#9ae5d7), saffron (#f4cf3e) and sandy brown (#f4a462).
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 10s Bright Vibes palette
💻 10s Bright Vibes color palette CSS
/* CSS */
.color-1 {
color: #3a8c8d;
}
.color-2 {
color: #5fd3c2;
}
.color-3 {
color: #9ae5d7;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #3a8c8d;
--color-2: #5fd3c2;
--color-3: #9ae5d7;
--color-4: #f4cf3e;
--color-5: #f4a462;
} 🌈 10s Bright Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8c8d, #5fd3c2, #9ae5d7, #f4cf3e, #f4a462);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8c8d, #5fd3c2, #9ae5d7, #f4cf3e, #f4a462);
} 🔗 Explore similar color palettes
10s Bright Vibes color palette created on .