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