Bright Lemon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Lemon palette
Bright Lemon カラーパレット CSS
/* CSS */
.color-1 {
color: #f4d71a;
}
.color-2 {
color: #f6e2a2;
}
.color-3 {
color: #f9d7a4;
}
.color-4 {
color: #f9b85d;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #f4d71a;
--color-2: #f6e2a2;
--color-3: #f9d7a4;
--color-4: #f9b85d;
--color-5: #f5a524;
}
Bright Lemon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d71a, #f6e2a2, #f9d7a4, #f9b85d, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d71a, #f6e2a2, #f9d7a4, #f9b85d, #f5a524);
}
似たようなカラーパレット
Bright Lemon color palette created on .