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