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