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