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