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