Teal Gamble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Gamble palette
Teal Gamble color palette CSS
/* CSS */
.color-1 {
color: #2e8a56;
}
.color-2 {
color: #4f9c7e;
}
.color-3 {
color: #7ed79f;
}
.color-4 {
color: #f2d1a6;
}
.color-5 {
color: #d94f3f;
}
/* CSS Variables */
:root {
--color-1: #2e8a56;
--color-2: #4f9c7e;
--color-3: #7ed79f;
--color-4: #f2d1a6;
--color-5: #d94f3f;
}
Teal Gamble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8a56, #4f9c7e, #7ed79f, #f2d1a6, #d94f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8a56, #4f9c7e, #7ed79f, #f2d1a6, #d94f3f);
}
Similar color palettes
Teal Gamble color palette created on .