Whimsical Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Yellow palette

Share this palette to:

Whimsical Yellow color palette CSS

/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #a8e6cf;
}
.color-3 {
color: #ff8a66;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #fff175;
}

/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #a8e6cf;
--color-3: #ff8a66;
--color-4: #ffcc80;
--color-5: #fff175;
}

Whimsical Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #a8e6cf, #ff8a66, #ffcc80, #fff175);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #a8e6cf, #ff8a66, #ffcc80, #fff175);
}

Whimsical Yellow color palette created on .