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