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