Warm Amber カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Amber palette

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

Warm Amber カラーパレット CSS

/* CSS */
.color-1 {
color: #d86b2c;
}
.color-2 {
color: #a45b8c;
}
.color-3 {
color: #c8a33c;
}
.color-4 {
color: #4b2c4e;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #d86b2c;
--color-2: #a45b8c;
--color-3: #c8a33c;
--color-4: #4b2c4e;
--color-5: #4e3b31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86b2c, #a45b8c, #c8a33c, #4b2c4e, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86b2c, #a45b8c, #c8a33c, #4b2c4e, #4e3b31);
}

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

Warm Amber color palette created on .