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