Sandy Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sandy Yellow palette
Sandy Yellow color palette CSS
/* CSS */
.color-1 {
color: #f0c17a;
}
.color-2 {
color: #f1d89d;
}
.color-3 {
color: #e1b94c;
}
.color-4 {
color: #e6a079;
}
.color-5 {
color: #d16d5c;
}
/* CSS Variables */
:root {
--color-1: #f0c17a;
--color-2: #f1d89d;
--color-3: #e1b94c;
--color-4: #e6a079;
--color-5: #d16d5c;
}
Sandy Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c17a, #f1d89d, #e1b94c, #e6a079, #d16d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c17a, #f1d89d, #e1b94c, #e6a079, #d16d5c);
}
Similar color palettes
Sandy Yellow color palette created on .