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