Sunset Over the Skyline カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Over the Skyline palette

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

Sunset Over the Skyline カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f1a76a;
}
.color-3 {
color: #d88c3b;
}
.color-4 {
color: #c25f2e;
}
.color-5 {
color: #a43d2d;
}

/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f1a76a;
--color-3: #d88c3b;
--color-4: #c25f2e;
--color-5: #a43d2d;
}

Sunset Over the Skyline の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f1a76a, #d88c3b, #c25f2e, #a43d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f1a76a, #d88c3b, #c25f2e, #a43d2d);
}

Sunset Over the Skyline color palette created on .