Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd942;
}
.color-2 {
color: #ffb700;
}
.color-3 {
color: #f58b00;
}
.color-4 {
color: #db5f00;
}
.color-5 {
color: #c73c00;
}

/* CSS Variables */
:root {
--color-1: #ffd942;
--color-2: #ffb700;
--color-3: #f58b00;
--color-4: #db5f00;
--color-5: #c73c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd942, #ffb700, #f58b00, #db5f00, #c73c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd942, #ffb700, #f58b00, #db5f00, #c73c00);
}

Shades of Yellow color palette created on .