Skyward Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyward Serenity palette

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

Skyward Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #6ab8d7;
}
.color-3 {
color: #3b8dba;
}
.color-4 {
color: #2a6e98;
}
.color-5 {
color: #1e4b7b;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #6ab8d7;
--color-3: #3b8dba;
--color-4: #2a6e98;
--color-5: #1e4b7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #6ab8d7, #3b8dba, #2a6e98, #1e4b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #6ab8d7, #3b8dba, #2a6e98, #1e4b7b);
}

Skyward Serenity color palette created on .