Teal Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Waves palette

Share this palette to:

Teal Waves color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9c89;
}
.color-3 {
color: #3b7d8c;
}
.color-4 {
color: #1d5b8b;
}
.color-5 {
color: #1f3a61;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9c89;
--color-3: #3b7d8c;
--color-4: #1d5b8b;
--color-5: #1f3a61;
}

Teal Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9c89, #3b7d8c, #1d5b8b, #1f3a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9c89, #3b7d8c, #1d5b8b, #1f3a61);
}

Teal Waves color palette created on .