Teal Docks Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Docks palette
Teal Docks color palette CSS
/* CSS */
.color-1 {
color: #1f8c8e;
}
.color-2 {
color: #1fd18d;
}
.color-3 {
color: #ffeb7a;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1f8c8e;
--color-2: #1fd18d;
--color-3: #ffeb7a;
--color-4: #ff9b3d;
--color-5: #ff6e61;
}
Teal Docks background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8c8e, #1fd18d, #ffeb7a, #ff9b3d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8c8e, #1fd18d, #ffeb7a, #ff9b3d, #ff6e61);
}
Similar color palettes
Teal Docks color palette created on .