Serene Skyfall カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Skyfall palette

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

Serene Skyfall カラーパレット CSS

/* CSS */
.color-1 {
color: #a7b9c3;
}
.color-2 {
color: #b4c9d5;
}
.color-3 {
color: #d0e2df;
}
.color-4 {
color: #f2f5f7;
}
.color-5 {
color: #f7c6a1;
}

/* CSS Variables */
:root {
--color-1: #a7b9c3;
--color-2: #b4c9d5;
--color-3: #d0e2df;
--color-4: #f2f5f7;
--color-5: #f7c6a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b9c3, #b4c9d5, #d0e2df, #f2f5f7, #f7c6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b9c3, #b4c9d5, #d0e2df, #f2f5f7, #f7c6a1);
}

Serene Skyfall color palette created on .