Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f3a949;
}
.color-3 {
color: #f1873b;
}
.color-4 {
color: #e45e25;
}
.color-5 {
color: #d83d2c;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f3a949;
--color-3: #f1873b;
--color-4: #e45e25;
--color-5: #d83d2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f3a949, #f1873b, #e45e25, #d83d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f3a949, #f1873b, #e45e25, #d83d2c);
}

Shades of Yellow color palette created on .