Kiwi Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kiwi Yellow palette
Kiwi Yellow color palette CSS
/* CSS */
.color-1 {
color: #a6d260;
}
.color-2 {
color: #f6df4c;
}
.color-3 {
color: #faa200;
}
.color-4 {
color: #f86c30;
}
.color-5 {
color: #d03625;
}
/* CSS Variables */
:root {
--color-1: #a6d260;
--color-2: #f6df4c;
--color-3: #faa200;
--color-4: #f86c30;
--color-5: #d03625;
}
Kiwi Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d260, #f6df4c, #faa200, #f86c30, #d03625);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d260, #f6df4c, #faa200, #f86c30, #d03625);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Kiwi Yellow color palette created on .