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