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