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