Midnight Cascade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Cascade palette
Midnight Cascade カラーパレット CSS
/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #2c3f90;
}
.color-3 {
color: #4b6caf;
}
.color-4 {
color: #77a5e9;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #2c3f90;
--color-3: #4b6caf;
--color-4: #77a5e9;
--color-5: #a3c7e0;
}
Midnight Cascade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #2c3f90, #4b6caf, #77a5e9, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #2c3f90, #4b6caf, #77a5e9, #a3c7e0);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Midnight Cascade color palette created on .