Tech Wave Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tech Wave palette
Tech Wave color palette PNG image
Tech Wave color palette CSS
/* CSS */
.color-1 {
color: #1b398d;
}
.color-2 {
color: #2f5b98;
}
.color-3 {
color: #3f7d9d;
}
.color-4 {
color: #50b4a3;
}
.color-5 {
color: #6ce0c9;
}
/* CSS Variables */
:root {
--color-1: #1b398d;
--color-2: #2f5b98;
--color-3: #3f7d9d;
--color-4: #50b4a3;
--color-5: #6ce0c9;
}
Tech Wave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b398d, #2f5b98, #3f7d9d, #50b4a3, #6ce0c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b398d, #2f5b98, #3f7d9d, #50b4a3, #6ce0c9);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Tech Wave color palette created on .