Teal Cloud Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Cloud palette

Share this palette to:

Teal Cloud color palette CSS

/* CSS */
.color-1 {
color: #e2f0d6;
}
.color-2 {
color: #b2e0d1;
}
.color-3 {
color: #6dc0b7;
}
.color-4 {
color: #4ea2a0;
}
.color-5 {
color: #2b7d7c;
}

/* CSS Variables */
:root {
--color-1: #e2f0d6;
--color-2: #b2e0d1;
--color-3: #6dc0b7;
--color-4: #4ea2a0;
--color-5: #2b7d7c;
}

Teal Cloud background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f0d6, #b2e0d1, #6dc0b7, #4ea2a0, #2b7d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f0d6, #b2e0d1, #6dc0b7, #4ea2a0, #2b7d7c);
}

Teal Cloud color palette created on .