Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #fdfb77;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #e6a400;
}
.color-4 {
color: #d68b00;
}
.color-5 {
color: #b88100;
}

/* CSS Variables */
:root {
--color-1: #fdfb77;
--color-2: #f5c400;
--color-3: #e6a400;
--color-4: #d68b00;
--color-5: #b88100;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfb77, #f5c400, #e6a400, #d68b00, #b88100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfb77, #f5c400, #e6a400, #d68b00, #b88100);
}

Bright Yellow color palette created on .