Skyward Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Skyward Serenity palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Skyward Serenity カラーパレット (PNG) をダウンロード
Skyward Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #3f75e9;
}
.color-2 {
color: #5b91f5;
}
.color-3 {
color: #82aff8;
}
.color-4 {
color: #b1cbfb;
}
.color-5 {
color: #e2edfd;
}
/* CSS Variables */
:root {
--color-1: #3f75e9;
--color-2: #5b91f5;
--color-3: #82aff8;
--color-4: #b1cbfb;
--color-5: #e2edfd;
}
Skyward Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f75e9, #5b91f5, #82aff8, #b1cbfb, #e2edfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f75e9, #5b91f5, #82aff8, #b1cbfb, #e2edfd);
}
似たようなカラーパレット
Skyward Serenity color palette created on .