Hazel Eyes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Hazel Eyes palette
Hazel Eyes カラー パレット PNG 画像
Hazel Eyes カラーパレット CSS
/* CSS */
.color-1 {
color: #4e3d2c;
}
.color-2 {
color: #695c49;
}
.color-3 {
color: #897a5d;
}
.color-4 {
color: #b8a67a;
}
.color-5 {
color: #d2c09d;
}
/* CSS Variables */
:root {
--color-1: #4e3d2c;
--color-2: #695c49;
--color-3: #897a5d;
--color-4: #b8a67a;
--color-5: #d2c09d;
}
Hazel Eyes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}
似たようなカラーパレット
Hazel Eyes color palette created on .