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