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