Teal Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Ocean palette
Teal Ocean color palette CSS
/* CSS */
.color-1 {
color: #003057;
}
.color-2 {
color: #005675;
}
.color-3 {
color: #007a8a;
}
.color-4 {
color: #00a8a3;
}
.color-5 {
color: #00d6c1;
}
/* CSS Variables */
:root {
--color-1: #003057;
--color-2: #005675;
--color-3: #007a8a;
--color-4: #00a8a3;
--color-5: #00d6c1;
}
Teal Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003057, #005675, #007a8a, #00a8a3, #00d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003057, #005675, #007a8a, #00a8a3, #00d6c1);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
- Digital Correspondence
- Celestial Dreamscape
- Serene Steven
- Celestial Pop
- Azure Reverie
- Nostalgic Essence
- Stellar Interface
- Serene Sunset Breeze
- Shades of Blue
- Iridescent Dreams
- Bright Blue Diamond
- Celestial Reverie
- Serenity in the Storm
- Whispers of Twilight
- Blue Regent's Harmony
- Light Blue Angel
- Blue Greece
- Bright Blue
Teal Ocean color palette created on .