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