Warm Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Yellow palette

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

Warm Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffce7a;
}
.color-4 {
color: #ffecb3;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffb84d;
--color-3: #ffce7a;
--color-4: #ffecb3;
--color-5: #ff6d2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffb84d, #ffce7a, #ffecb3, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffb84d, #ffce7a, #ffecb3, #ff6d2e);
}

Warm Yellow color palette created on .