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