Serene Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Skies palette

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

Serene Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #a8b3c2;
}
.color-2 {
color: #c5d7e2;
}
.color-3 {
color: #f2f5f8;
}
.color-4 {
color: #b0c4d9;
}
.color-5 {
color: #698fb5;
}

/* CSS Variables */
:root {
--color-1: #a8b3c2;
--color-2: #c5d7e2;
--color-3: #f2f5f8;
--color-4: #b0c4d9;
--color-5: #698fb5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3c2, #c5d7e2, #f2f5f8, #b0c4d9, #698fb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3c2, #c5d7e2, #f2f5f8, #b0c4d9, #698fb5);
}

Serene Skies color palette created on .