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