Urban Harmony Futurescape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Harmony Futurescape palette

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

Urban Harmony Futurescape カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f6e8b6;
}
.color-3 {
color: #c5e2da;
}
.color-4 {
color: #9fc1df;
}
.color-5 {
color: #4c93c2;
}

/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f6e8b6;
--color-3: #c5e2da;
--color-4: #9fc1df;
--color-5: #4c93c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f6e8b6, #c5e2da, #9fc1df, #4c93c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f6e8b6, #c5e2da, #9fc1df, #4c93c2);
}

Urban Harmony Futurescape color palette created on .