Citrus Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Citrus Sunset palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Citrus Sunset カラーパレット (PNG) をダウンロード
Citrus Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f9e95d;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #f18e37;
}
.color-4 {
color: #e56a3e;
}
.color-5 {
color: #da2b3c;
}
/* CSS Variables */
:root {
--color-1: #f9e95d;
--color-2: #f4b943;
--color-3: #f18e37;
--color-4: #e56a3e;
--color-5: #da2b3c;
}
Citrus Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e95d, #f4b943, #f18e37, #e56a3e, #da2b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e95d, #f4b943, #f18e37, #e56a3e, #da2b3c);
}
似たようなカラーパレット
Citrus Sunset color palette created on .