Yellow Presentation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Presentation palette

Share this palette to:

Yellow Presentation color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f8c544;
}
.color-3 {
color: #f1eab1;
}
.color-4 {
color: #b1d7e2;
}
.color-5 {
color: #72b4da;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f8c544;
--color-3: #f1eab1;
--color-4: #b1d7e2;
--color-5: #72b4da;
}

Yellow Presentation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f8c544, #f1eab1, #b1d7e2, #72b4da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f8c544, #f1eab1, #b1d7e2, #72b4da);
}

Yellow Presentation color palette created on .