Sunflower カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunflower palette
Sunflower カラー パレット PNG 画像
Sunflower カラーパレット CSS
/* CSS */
.color-1 {
color: #f7c559;
}
.color-2 {
color: #e3a62b;
}
.color-3 {
color: #b67607;
}
.color-4 {
color: #6b4b00;
}
.color-5 {
color: #f3e2b4;
}
/* CSS Variables */
:root {
--color-1: #f7c559;
--color-2: #e3a62b;
--color-3: #b67607;
--color-4: #6b4b00;
--color-5: #f3e2b4;
}
Sunflower の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c559, #e3a62b, #b67607, #6b4b00, #f3e2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c559, #e3a62b, #b67607, #6b4b00, #f3e2b4);
}
似たようなカラーパレット
下にスクロールして4個のヒマワリカラーパレットを探索しましょう
Sunflower color palette created on .