Teal Uranus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Uranus palette

Share this palette to:

Teal Uranus color palette CSS

/* CSS */
.color-1 {
color: #1b899d;
}
.color-2 {
color: #4dcad5;
}
.color-3 {
color: #7ae1e1;
}
.color-4 {
color: #a2f1e5;
}
.color-5 {
color: #d2f9f3;
}

/* CSS Variables */
:root {
--color-1: #1b899d;
--color-2: #4dcad5;
--color-3: #7ae1e1;
--color-4: #a2f1e5;
--color-5: #d2f9f3;
}

Teal Uranus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b899d, #4dcad5, #7ae1e1, #a2f1e5, #d2f9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b899d, #4dcad5, #7ae1e1, #a2f1e5, #d2f9f3);
}

Teal Uranus color palette created on .