Hippie Weather カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Hippie Weather palette
Hippie Weather カラー パレット PNG 画像
Hippie Weather カラーパレット CSS
/* CSS */
.color-1 {
color: #d8e9d8;
}
.color-2 {
color: #a4c1be;
}
.color-3 {
color: #5c8a8a;
}
.color-4 {
color: #f9e1a4;
}
.color-5 {
color: #f5c99e;
}
/* CSS Variables */
:root {
--color-1: #d8e9d8;
--color-2: #a4c1be;
--color-3: #5c8a8a;
--color-4: #f9e1a4;
--color-5: #f5c99e;
}
Hippie Weather の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e9d8, #a4c1be, #5c8a8a, #f9e1a4, #f5c99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e9d8, #a4c1be, #5c8a8a, #f9e1a4, #f5c99e);
}
似たようなカラーパレット
下にスクロールして1000+個のcolors.minimalistカラーパレットを探索しましょう
Hippie Weather color palette created on .