Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffe680;
}
.color-5 {
color: #fff9c2;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd900;
--color-3: #ffdd33;
--color-4: #ffe680;
--color-5: #fff9c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd900, #ffdd33, #ffe680, #fff9c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd900, #ffdd33, #ffe680, #fff9c2);
}

Bright Yellow color palette created on .