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