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