Teal Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Dream palette

Share this palette to:

Teal Dream color palette CSS

/* CSS */
.color-1 {
color: #0b7d8e;
}
.color-2 {
color: #2eb8a1;
}
.color-3 {
color: #4fe3b9;
}
.color-4 {
color: #8ef6d5;
}
.color-5 {
color: #c3f9e9;
}

/* CSS Variables */
:root {
--color-1: #0b7d8e;
--color-2: #2eb8a1;
--color-3: #4fe3b9;
--color-4: #8ef6d5;
--color-5: #c3f9e9;
}

Teal Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b7d8e, #2eb8a1, #4fe3b9, #8ef6d5, #c3f9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b7d8e, #2eb8a1, #4fe3b9, #8ef6d5, #c3f9e9);
}

Teal Dream color palette created on .