Warm Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Orange palette

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

Warm Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #982316;
}
.color-2 {
color: #974912;
}
.color-3 {
color: #99641a;
}
.color-4 {
color: #947100;
}
.color-5 {
color: #966627;
}

/* CSS Variables */
:root {
--color-1: #982316;
--color-2: #974912;
--color-3: #99641a;
--color-4: #947100;
--color-5: #966627;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #982316, #974912, #99641a, #947100, #966627);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #982316, #974912, #99641a, #947100, #966627);
}

似たようなカラーパレット

Warm Orange color palette created on .