Teal Minimalist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Minimalist palette
Teal Minimalist color palette CSS
/* CSS */
.color-1 {
color: #f0f9ff;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #66b7b7;
}
.color-4 {
color: #2c7e81;
}
.color-5 {
color: #0d4c4f;
}
/* CSS Variables */
:root {
--color-1: #f0f9ff;
--color-2: #a3d7e0;
--color-3: #66b7b7;
--color-4: #2c7e81;
--color-5: #0d4c4f;
}
Teal Minimalist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f9ff, #a3d7e0, #66b7b7, #2c7e81, #0d4c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f9ff, #a3d7e0, #66b7b7, #2c7e81, #0d4c4f);
}
Similar color palettes
- Eclipse Dreams
- Electric Tranquility
- Celestial Ocean
- Soft White Elegance
- Muted Grey
- Minimalist Aesthetic
- Monochrome Echoes
- Shades of Grey
- Orange Sunset
- Whispers of Mist
- Whispers of Moonlight
- Whispers of Dawn
- Shades of Blue
- Gray Mood
- Gray Elephant Daddy
- Oceanic Ember Harmony
- Whispers of Steel
- Whispers of Earth and Sky
Teal Minimalist color palette created on .