Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f1e1a7;
}
.color-2 {
color: #e2c78d;
}
.color-3 {
color: #d3b769;
}
.color-4 {
color: #c19c4e;
}
.color-5 {
color: #a77d35;
}

/* CSS Variables */
:root {
--color-1: #f1e1a7;
--color-2: #e2c78d;
--color-3: #d3b769;
--color-4: #c19c4e;
--color-5: #a77d35;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e1a7, #e2c78d, #d3b769, #c19c4e, #a77d35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e1a7, #e2c78d, #d3b769, #c19c4e, #a77d35);
}

Shades of Yellow color palette created on .