Yellow Gatomon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Gatomon palette

Share this palette to:

Yellow Gatomon color palette CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ffcc33;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #ff6d1f;
--color-3: #ff9d00;
--color-4: #ffcc33;
--color-5: #ffd900;
}

Yellow Gatomon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #ff6d1f, #ff9d00, #ffcc33, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #ff6d1f, #ff9d00, #ffcc33, #ffd900);
}

Yellow Gatomon color palette created on .