Dark Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Yellow palette

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

Dark Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b22d;
}
.color-2 {
color: #d6a83d;
}
.color-3 {
color: #b78e4e;
}
.color-4 {
color: #7e5b2a;
}
.color-5 {
color: #503e2b;
}

/* CSS Variables */
:root {
--color-1: #e6b22d;
--color-2: #d6a83d;
--color-3: #b78e4e;
--color-4: #7e5b2a;
--color-5: #503e2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b22d, #d6a83d, #b78e4e, #7e5b2a, #503e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b22d, #d6a83d, #b78e4e, #7e5b2a, #503e2b);
}

Dark Yellow color palette created on .