Bright Tangerine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Tangerine palette
Bright Tangerine color palette CSS
/* CSS */
.color-1 {
color: #ff9966;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe28a;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ffcc33;
}
/* CSS Variables */
:root {
--color-1: #ff9966;
--color-2: #ffb84d;
--color-3: #ffe28a;
--color-4: #ffd54d;
--color-5: #ffcc33;
}
Bright Tangerine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9966, #ffb84d, #ffe28a, #ffd54d, #ffcc33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9966, #ffb84d, #ffe28a, #ffd54d, #ffcc33);
}
Similar color palettes
Bright Tangerine color palette created on .