Kiwi Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Kiwi Breeze palette
Kiwi Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #a7d48c;
}
.color-2 {
color: #b3e6a3;
}
.color-3 {
color: #dbf1b6;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #e6b400;
}
/* CSS Variables */
:root {
--color-1: #a7d48c;
--color-2: #b3e6a3;
--color-3: #dbf1b6;
--color-4: #f0e78e;
--color-5: #e6b400;
}
Kiwi Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d48c, #b3e6a3, #dbf1b6, #f0e78e, #e6b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d48c, #b3e6a3, #dbf1b6, #f0e78e, #e6b400);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Kiwi Breeze color palette created on .