Teal Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Dream palette
Teal Dream color palette CSS
/* CSS */
.color-1 {
color: #1e4d5c;
}
.color-2 {
color: #4f898c;
}
.color-3 {
color: #69c3b4;
}
.color-4 {
color: #bae3c1;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #1e4d5c;
--color-2: #4f898c;
--color-3: #69c3b4;
--color-4: #bae3c1;
--color-5: #ffb84d;
}
Teal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d5c, #4f898c, #69c3b4, #bae3c1, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d5c, #4f898c, #69c3b4, #bae3c1, #ffb84d);
}
Similar color palettes
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
- Teal Night Sky
- Serenity by the River
Teal Dream color palette created on .