Urban Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Sunset palette

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

Urban Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #5b5b7b;
}
.color-4 {
color: #c64e3f;
}
.color-5 {
color: #f0a14c;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3b3b4e;
--color-3: #5b5b7b;
--color-4: #c64e3f;
--color-5: #f0a14c;
}

Urban Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3b3b4e, #5b5b7b, #c64e3f, #f0a14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3b3b4e, #5b5b7b, #c64e3f, #f0a14c);
}

Urban Sunset color palette created on .