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