Teal Nexus Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Nexus palette
Teal Nexus color palette PNG image
Teal Nexus color palette CSS
/* CSS */
.color-1 {
color: #0b2b37;
}
.color-2 {
color: #134244;
}
.color-3 {
color: #194d4b;
}
.color-4 {
color: #503016;
}
.color-5 {
color: #4d1f14;
}
/* CSS Variables */
:root {
--color-1: #0b2b37;
--color-2: #134244;
--color-3: #194d4b;
--color-4: #503016;
--color-5: #4d1f14;
}
Teal Nexus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b2b37, #134244, #194d4b, #503016, #4d1f14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b2b37, #134244, #194d4b, #503016, #4d1f14);
}
Similar color palettes
Teal Nexus color palette created on .