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: #1d7d9a;
}
.color-2 {
color: #3cb4a6;
}
.color-3 {
color: #6ed4c6;
}
.color-4 {
color: #afe4d7;
}
.color-5 {
color: #f1f9f5;
}
/* CSS Variables */
:root {
--color-1: #1d7d9a;
--color-2: #3cb4a6;
--color-3: #6ed4c6;
--color-4: #afe4d7;
--color-5: #f1f9f5;
}
Teal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d7d9a, #3cb4a6, #6ed4c6, #afe4d7, #f1f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d7d9a, #3cb4a6, #6ed4c6, #afe4d7, #f1f9f5);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Teal Dream color palette created on .