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