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: #7bd9e5;
}
.color-2 {
color: #5cc5d1;
}
.color-3 {
color: #3bb5b5;
}
.color-4 {
color: #1e9f9f;
}
.color-5 {
color: #1c7d7b;
}
/* CSS Variables */
:root {
--color-1: #7bd9e5;
--color-2: #5cc5d1;
--color-3: #3bb5b5;
--color-4: #1e9f9f;
--color-5: #1c7d7b;
}
Teal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7bd9e5, #5cc5d1, #3bb5b5, #1e9f9f, #1c7d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7bd9e5, #5cc5d1, #3bb5b5, #1e9f9f, #1c7d7b);
}
Similar color palettes
Teal Dream color palette created on .