Skyfall Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyfall Serenity palette

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

Skyfall Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #7a8dcd;
}
.color-2 {
color: #a6b8e2;
}
.color-3 {
color: #c3d4e9;
}
.color-4 {
color: #e4f2fb;
}
.color-5 {
color: #f7f8fd;
}

/* CSS Variables */
:root {
--color-1: #7a8dcd;
--color-2: #a6b8e2;
--color-3: #c3d4e9;
--color-4: #e4f2fb;
--color-5: #f7f8fd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8dcd, #a6b8e2, #c3d4e9, #e4f2fb, #f7f8fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8dcd, #a6b8e2, #c3d4e9, #e4f2fb, #f7f8fd);
}

Skyfall Serenity color palette created on .