Deep Blue Sapphire カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Deep Blue Sapphire palette
Deep Blue Sapphire カラーパレット CSS
/* CSS */
.color-1 {
color: #080d2b;
}
.color-2 {
color: #1f2a6f;
}
.color-3 {
color: #505f91;
}
.color-4 {
color: #8e8ebe;
}
.color-5 {
color: #b4c4e4;
}
/* CSS Variables */
:root {
--color-1: #080d2b;
--color-2: #1f2a6f;
--color-3: #505f91;
--color-4: #8e8ebe;
--color-5: #b4c4e4;
}
Deep Blue Sapphire の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #080d2b, #1f2a6f, #505f91, #8e8ebe, #b4c4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #080d2b, #1f2a6f, #505f91, #8e8ebe, #b4c4e4);
}
似たようなカラーパレット
下にスクロールして100+個のダークカラーパレットを探索しましょう
Deep Blue Sapphire color palette created on .