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