Yellow Osaka Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Osaka palette

Share this palette to:

Yellow Osaka color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fac400;
}
.color-3 {
color: #f9e0ae;
}
.color-4 {
color: #6cb4e4;
}
.color-5 {
color: #1e3a76;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fac400;
--color-3: #f9e0ae;
--color-4: #6cb4e4;
--color-5: #1e3a76;
}

Yellow Osaka background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fac400, #f9e0ae, #6cb4e4, #1e3a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fac400, #f9e0ae, #6cb4e4, #1e3a76);
}

Yellow Osaka color palette created on .