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