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