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