Teal Neptune Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Neptune palette

Share this palette to:

Teal Neptune color palette CSS

/* CSS */
.color-1 {
color: #2090ac;
}
.color-2 {
color: #2cc4d8;
}
.color-3 {
color: #5ee1e8;
}
.color-4 {
color: #8cf3e0;
}
.color-5 {
color: #c4fdd7;
}

/* CSS Variables */
:root {
--color-1: #2090ac;
--color-2: #2cc4d8;
--color-3: #5ee1e8;
--color-4: #8cf3e0;
--color-5: #c4fdd7;
}

Teal Neptune background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2090ac, #2cc4d8, #5ee1e8, #8cf3e0, #c4fdd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2090ac, #2cc4d8, #5ee1e8, #8cf3e0, #c4fdd7);
}

Teal Neptune color palette created on .