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