Teal Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Sea palette
Teal Sea color palette CSS
/* CSS */
.color-1 {
color: #3be2e8;
}
.color-2 {
color: #1ab9cb;
}
.color-3 {
color: #0097a8;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #005c75;
}
/* CSS Variables */
:root {
--color-1: #3be2e8;
--color-2: #1ab9cb;
--color-3: #0097a8;
--color-4: #007e94;
--color-5: #005c75;
}
Teal Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3be2e8, #1ab9cb, #0097a8, #007e94, #005c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3be2e8, #1ab9cb, #0097a8, #007e94, #005c75);
}
Similar color palettes
Teal Sea color palette created on .