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