Warm Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Yellow palette

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

Warm Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #eab543;
}
.color-3 {
color: #f1d87e;
}
.color-4 {
color: #f7c6a6;
}
.color-5 {
color: #f5b8b2;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #eab543;
--color-3: #f1d87e;
--color-4: #f7c6a6;
--color-5: #f5b8b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #eab543, #f1d87e, #f7c6a6, #f5b8b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #eab543, #f1d87e, #f7c6a6, #f5b8b2);
}

Warm Yellow color palette created on .