Yellow and Black カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow and Black palette

このパレットを共有する先:

Yellow and Black カラーパレット 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 の背景のグラデーション 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 .