Skyline Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Skyline Serenity palette
Skyline Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #2a3f6f;
}
.color-2 {
color: #4c6f9a;
}
.color-3 {
color: #7da3c5;
}
.color-4 {
color: #a1d1e8;
}
.color-5 {
color: #f3eba0;
}
/* CSS Variables */
:root {
--color-1: #2a3f6f;
--color-2: #4c6f9a;
--color-3: #7da3c5;
--color-4: #a1d1e8;
--color-5: #f3eba0;
}
Skyline Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a3f6f, #4c6f9a, #7da3c5, #a1d1e8, #f3eba0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a3f6f, #4c6f9a, #7da3c5, #a1d1e8, #f3eba0);
}
似たようなカラーパレット
Skyline Serenity color palette created on .