Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #fad900;
}
.color-3 {
color: #f5c800;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #e6a100;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #fad900;
--color-3: #f5c800;
--color-4: #f1b341;
--color-5: #e6a100;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #fad900, #f5c800, #f1b341, #e6a100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #fad900, #f5c800, #f1b341, #e6a100);
}

Bright Yellow color palette created on .