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