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