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