Serene Sky Symphony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sky Symphony palette

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

Serene Sky Symphony カラーパレット CSS

/* CSS */
.color-1 {
color: #2b4c7d;
}
.color-2 {
color: #49699c;
}
.color-3 {
color: #799ebe;
}
.color-4 {
color: #b1d2e7;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #2b4c7d;
--color-2: #49699c;
--color-3: #799ebe;
--color-4: #b1d2e7;
--color-5: #f1f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b4c7d, #49699c, #799ebe, #b1d2e7, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b4c7d, #49699c, #799ebe, #b1d2e7, #f1f5f8);
}

Serene Sky Symphony color palette created on .