Teal Uranium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Uranium palette
Teal Uranium color palette CSS
/* CSS */
.color-1 {
color: #48efc5;
}
.color-2 {
color: #3ddbb9;
}
.color-3 {
color: #2ab79f;
}
.color-4 {
color: #21a68e;
}
.color-5 {
color: #1a8e79;
}
/* CSS Variables */
:root {
--color-1: #48efc5;
--color-2: #3ddbb9;
--color-3: #2ab79f;
--color-4: #21a68e;
--color-5: #1a8e79;
}
Teal Uranium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #48efc5, #3ddbb9, #2ab79f, #21a68e, #1a8e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #48efc5, #3ddbb9, #2ab79f, #21a68e, #1a8e79);
}
Similar color palettes
Teal Uranium color palette created on .