Teal Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Glow palette

Share this palette to:

Teal Glow color palette CSS

/* CSS */
.color-1 {
color: #609d9f;
}
.color-2 {
color: #b2e0d7;
}
.color-3 {
color: #e0aebe;
}
.color-4 {
color: #f5e3b7;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #609d9f;
--color-2: #b2e0d7;
--color-3: #e0aebe;
--color-4: #f5e3b7;
--color-5: #ffc105;
}

Teal Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #609d9f, #b2e0d7, #e0aebe, #f5e3b7, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #609d9f, #b2e0d7, #e0aebe, #f5e3b7, #ffc105);
}

Teal Glow color palette created on .