Teal Albedo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Albedo palette

Share this palette to:

Teal Albedo color palette CSS

/* CSS */
.color-1 {
color: #e8f1f2;
}
.color-2 {
color: #b2ebe6;
}
.color-3 {
color: #4ccfe1;
}
.color-4 {
color: #00aeb8;
}
.color-5 {
color: #00787a;
}

/* CSS Variables */
:root {
--color-1: #e8f1f2;
--color-2: #b2ebe6;
--color-3: #4ccfe1;
--color-4: #00aeb8;
--color-5: #00787a;
}

Teal Albedo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f1f2, #b2ebe6, #4ccfe1, #00aeb8, #00787a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f1f2, #b2ebe6, #4ccfe1, #00aeb8, #00787a);
}

Teal Albedo color palette created on .