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