Tech Wave Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tech Wave palette

Share this palette to:

Tech Wave color palette PNG image

Download tech wave color palette PNG image (landscape)
Download tech wave color palette PNG image (square)

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);
}

Tech Wave color palette created on .