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