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: #a2c7e7;
}
.color-2 {
color: #6eb1e7;
}
.color-3 {
color: #3b8cd8;
}
.color-4 {
color: #1a7db7;
}
.color-5 {
color: #0b5e9d;
}
/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #6eb1e7;
--color-3: #3b8cd8;
--color-4: #1a7db7;
--color-5: #0b5e9d;
}
Tech Wave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #6eb1e7, #3b8cd8, #1a7db7, #0b5e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #6eb1e7, #3b8cd8, #1a7db7, #0b5e9d);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Tech Wave color palette created on .