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