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