Yellow Tailandia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Tailandia palette
Yellow Tailandia color palette CSS
/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ff6e00;
}
.color-4 {
color: #ff4d00;
}
.color-5 {
color: #ff2b00;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #ff9900;
--color-3: #ff6e00;
--color-4: #ff4d00;
--color-5: #ff2b00;
}
Yellow Tailandia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #ff9900, #ff6e00, #ff4d00, #ff2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #ff9900, #ff6e00, #ff4d00, #ff2b00);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Yellow Tailandia color palette created on .