Golden Kosuke Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Kosuke palette
Golden Kosuke color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ffe79e;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffc300;
--color-3: #ffd942;
--color-4: #ffeb8a;
--color-5: #ffe79e;
}
Golden Kosuke background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffc300, #ffd942, #ffeb8a, #ffe79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffc300, #ffd942, #ffeb8a, #ffe79e);
}
Similar color palettes
Scroll down to explore 500+ Yellow color palettes
Golden Kosuke color palette created on .