Teal Coastline Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Coastline palette
Color Inspiration
Images that showcase this color palette in real designs
Download Teal Coastline Color Palette (PNG)
Teal Coastline color palette CSS
/* CSS */
.color-1 {
color: #d07d39;
}
.color-2 {
color: #e2a579;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #a5c9d5;
}
.color-5 {
color: #59999b;
}
/* CSS Variables */
:root {
--color-1: #d07d39;
--color-2: #e2a579;
--color-3: #f1c6a7;
--color-4: #a5c9d5;
--color-5: #59999b;
}
Teal Coastline background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}
Similar color palettes
Teal Coastline color palette created on .