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