Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #f57e00;
}
.color-4 {
color: #db5f00;
}
.color-5 {
color: #c74c00;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #faa700;
--color-3: #f57e00;
--color-4: #db5f00;
--color-5: #c74c00;
}

Shades of Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #faa700, #f57e00, #db5f00, #c74c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #faa700, #f57e00, #db5f00, #c74c00);
}

Shades of Yellow color palette created on .