Teal Neptune Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Neptune palette
Teal Neptune color palette CSS
/* CSS */
.color-1 {
color: #3f8ca2;
}
.color-2 {
color: #5cb7b1;
}
.color-3 {
color: #92e3d4;
}
.color-4 {
color: #c0f7e5;
}
.color-5 {
color: #f1fbe9;
}
/* CSS Variables */
:root {
--color-1: #3f8ca2;
--color-2: #5cb7b1;
--color-3: #92e3d4;
--color-4: #c0f7e5;
--color-5: #f1fbe9;
}
Teal Neptune background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f8ca2, #5cb7b1, #92e3d4, #c0f7e5, #f1fbe9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f8ca2, #5cb7b1, #92e3d4, #c0f7e5, #f1fbe9);
}
Similar color palettes
Teal Neptune color palette created on .