Teal Dinosaur Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Dinosaur palette
Teal Dinosaur color palette CSS
/* CSS */
.color-1 {
color: #86c1c1;
}
.color-2 {
color: #509b91;
}
.color-3 {
color: #e2e28d;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #c35f37;
}
/* CSS Variables */
:root {
--color-1: #86c1c1;
--color-2: #509b91;
--color-3: #e2e28d;
--color-4: #f9d86c;
--color-5: #c35f37;
}
Teal Dinosaur background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #86c1c1, #509b91, #e2e28d, #f9d86c, #c35f37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #86c1c1, #509b91, #e2e28d, #f9d86c, #c35f37);
}
Similar color palettes
Teal Dinosaur color palette created on .