Flower Field Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Flower Field palette
Flower Field color palette PNG image
Flower Field color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d6a800;
}
.color-3 {
color: #a86d00;
}
.color-4 {
color: #6e9900;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d6a800;
--color-3: #a86d00;
--color-4: #6e9900;
--color-5: #e13e33;
}
Flower Field background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d6a800, #a86d00, #6e9900, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d6a800, #a86d00, #6e9900, #e13e33);
}
Similar color palettes
Flower Field color palette created on .