Skyline Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyline Dreams palette

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

Skyline Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #3c6f9f;
}
.color-2 {
color: #85b6c7;
}
.color-3 {
color: #f2e6ba;
}
.color-4 {
color: #f8a04f;
}
.color-5 {
color: #e95862;
}

/* CSS Variables */
:root {
--color-1: #3c6f9f;
--color-2: #85b6c7;
--color-3: #f2e6ba;
--color-4: #f8a04f;
--color-5: #e95862;
}

Skyline Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6f9f, #85b6c7, #f2e6ba, #f8a04f, #e95862);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6f9f, #85b6c7, #f2e6ba, #f8a04f, #e95862);
}

Skyline Dreams color palette created on .