Golden Skyline カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Skyline palette

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

Golden Skyline カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #e58c3e;
}
.color-4 {
color: #c57a2b;
}
.color-5 {
color: #a86f1a;
}

/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f1a65b;
--color-3: #e58c3e;
--color-4: #c57a2b;
--color-5: #a86f1a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f1a65b, #e58c3e, #c57a2b, #a86f1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f1a65b, #e58c3e, #c57a2b, #a86f1a);
}

Golden Skyline color palette created on .