Yellow and Black Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow and Black palette

Share this palette to:

Yellow and Black color palette CSS

/* CSS */
.color-1 {
color: #fbc80e;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #e6a800;
}
.color-5 {
color: #121212;
}

/* CSS Variables */
:root {
--color-1: #fbc80e;
--color-2: #faa700;
--color-3: #f5c400;
--color-4: #e6a800;
--color-5: #121212;
}

Yellow and Black background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc80e, #faa700, #f5c400, #e6a800, #121212);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc80e, #faa700, #f5c400, #e6a800, #121212);
}

Yellow and Black color palette created on .