Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9df4e;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f4952f;
}
.color-4 {
color: #f26c3a;
}
.color-5 {
color: #e54c2a;
}

/* CSS Variables */
:root {
--color-1: #f9df4e;
--color-2: #f6b83c;
--color-3: #f4952f;
--color-4: #f26c3a;
--color-5: #e54c2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9df4e, #f6b83c, #f4952f, #f26c3a, #e54c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9df4e, #f6b83c, #f4952f, #f26c3a, #e54c2a);
}

Bright Yellow color palette created on .