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