Bright Lemon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Lemon palette

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

Bright Lemon カラーパレット CSS

/* CSS */
.color-1 {
color: #f4d71a;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #faa200;
}
.color-4 {
color: #faa700;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #f4d71a;
--color-2: #f5c400;
--color-3: #faa200;
--color-4: #faa700;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d71a, #f5c400, #faa200, #faa700, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d71a, #f5c400, #faa200, #faa700, #ffcc00);
}

Bright Lemon color palette created on .