Skyward Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyward Serenity palette

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

Skyward Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a1d6e2;
}
.color-2 {
color: #6bc3e6;
}
.color-3 {
color: #3da0c7;
}
.color-4 {
color: #2c7c9b;
}
.color-5 {
color: #1f505b;
}

/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #6bc3e6;
--color-3: #3da0c7;
--color-4: #2c7c9b;
--color-5: #1f505b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #6bc3e6, #3da0c7, #2c7c9b, #1f505b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #6bc3e6, #3da0c7, #2c7c9b, #1f505b);
}

Skyward Serenity color palette created on .