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