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: #f7c6a1;
}
.color-2 {
color: #b7e6e1;
}
.color-3 {
color: #75c7c0;
}
.color-4 {
color: #1e9999;
}
.color-5 {
color: #0a4b4d;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #b7e6e1;
--color-3: #75c7c0;
--color-4: #1e9999;
--color-5: #0a4b4d;
}
Teal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #b7e6e1, #75c7c0, #1e9999, #0a4b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #b7e6e1, #75c7c0, #1e9999, #0a4b4d);
}
Similar color palettes
Teal Dream color palette created on .