Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e2c95a;
}
.color-3 {
color: #d1a85c;
}
.color-4 {
color: #c3a34b;
}
.color-5 {
color: #b59d3b;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e2c95a;
--color-3: #d1a85c;
--color-4: #c3a34b;
--color-5: #b59d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e2c95a, #d1a85c, #c3a34b, #b59d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e2c95a, #d1a85c, #c3a34b, #b59d3b);
}

Shades of Yellow color palette created on .