Warm Manhattan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Manhattan palette

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

Warm Manhattan カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f3a76d;
}
.color-3 {
color: #f27e36;
}
.color-4 {
color: #d85d2c;
}
.color-5 {
color: #b2472a;
}

/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f3a76d;
--color-3: #f27e36;
--color-4: #d85d2c;
--color-5: #b2472a;
}

Warm Manhattan の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f3a76d, #f27e36, #d85d2c, #b2472a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f3a76d, #f27e36, #d85d2c, #b2472a);
}

Warm Manhattan color palette created on .