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