Yellow Chick カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Yellow Chick palette
Yellow Chick カラーパレット CSS
/* CSS */
.color-1 {
color: #f9e7a4;
}
.color-2 {
color: #f6d67e;
}
.color-3 {
color: #f4c366;
}
.color-4 {
color: #f3a94f;
}
.color-5 {
color: #f1a03b;
}
/* CSS Variables */
:root {
--color-1: #f9e7a4;
--color-2: #f6d67e;
--color-3: #f4c366;
--color-4: #f3a94f;
--color-5: #f1a03b;
}
Yellow Chick の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e7a4, #f6d67e, #f4c366, #f3a94f, #f1a03b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e7a4, #f6d67e, #f4c366, #f3a94f, #f1a03b);
}
似たようなカラーパレット
下にスクロールして50+個のブライトカラーパレットを探索しましょう
Yellow Chick color palette created on .