Skyward Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyward Serenity palette

このパレットを共有する先:

Skyward Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0074c2;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #68c7e3;
}
.color-4 {
color: #a1d9e8;
}
.color-5 {
color: #f2e2a1;
}

/* CSS Variables */
:root {
--color-1: #0074c2;
--color-2: #00a5e0;
--color-3: #68c7e3;
--color-4: #a1d9e8;
--color-5: #f2e2a1;
}

Skyward Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0074c2, #00a5e0, #68c7e3, #a1d9e8, #f2e2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0074c2, #00a5e0, #68c7e3, #a1d9e8, #f2e2a1);
}

Skyward Serenity color palette created on .