Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d44e;
}
.color-2 {
color: #f5b74d;
}
.color-3 {
color: #f18532;
}
.color-4 {
color: #e05a29;
}
.color-5 {
color: #d74f2d;
}

/* CSS Variables */
:root {
--color-1: #f9d44e;
--color-2: #f5b74d;
--color-3: #f18532;
--color-4: #e05a29;
--color-5: #d74f2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d44e, #f5b74d, #f18532, #e05a29, #d74f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d44e, #f5b74d, #f18532, #e05a29, #d74f2d);
}

Bright Yellow color palette created on .