Vibrant Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Harmony palette
Vibrant Harmony カラー パレット PNG 画像
Vibrant Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #791b29;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #6ebe46;
}
.color-4 {
color: #691b31;
}
.color-5 {
color: #d6006f;
}
/* CSS Variables */
:root {
--color-1: #791b29;
--color-2: #009975;
--color-3: #6ebe46;
--color-4: #691b31;
--color-5: #d6006f;
}
Vibrant Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b29, #009975, #6ebe46, #691b31, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b29, #009975, #6ebe46, #691b31, #d6006f);
}
似たようなカラーパレット
Vibrant Harmony color palette created on .