Vibrant Yellow Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Yellow Dream palette

Share this palette to:

Vibrant Yellow Dream color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2965;
}
.color-4 {
color: #5a2c9b;
}
.color-5 {
color: #3a6f73;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d1f;
--color-3: #ff2965;
--color-4: #5a2c9b;
--color-5: #3a6f73;
}

Vibrant Yellow Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d1f, #ff2965, #5a2c9b, #3a6f73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d1f, #ff2965, #5a2c9b, #3a6f73);
}

Vibrant Yellow Dream color palette created on .